shithub: aacdec

Download patch

ref: 6aad5dd7bac83d88b1d085da4ccfa877420b277a
parent: 430570bcb5f7b3cd0d83c620fbeeb08bcda7fc6a
author: menno <menno>
date: Fri Mar 12 08:31:25 EST 2004

fixed DRM compile

--- a/libfaad/sbr_dec.c
+++ b/libfaad/sbr_dec.c
@@ -22,7 +22,7 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_dec.c,v 1.30 2004/03/10 19:45:41 menno Exp $
+** $Id: sbr_dec.c,v 1.31 2004/03/12 13:31:25 menno Exp $
 **/
 
 
@@ -480,7 +480,7 @@
     }
 
     /* perform parametric stereo */
-#ifdef DRM
+#ifdef DRM_PS
     if (sbr->Is_DRM_SBR)
     {
         drm_ps_decode(sbr->drm_ps, sbr->sample_rate, X_left, X_right);
@@ -489,7 +489,7 @@
 #ifdef PS_DEC
         ps_decode(sbr->ps, X_left, X_right);
 #endif
-#ifdef DRM
+#ifdef DRM_PS
     }
 #endif