changeset 13485:93a84777a6b5

SBR code does NOT work with fixed point (uses floats, slow as hell)
author rfelker
date Mon, 27 Sep 2004 02:11:24 +0000
parents 344ac36c7342
children faa7523b17e6
files libfaad2/common.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libfaad2/common.h	Sun Sep 26 21:41:54 2004 +0000
+++ b/libfaad2/common.h	Mon Sep 27 02:11:24 2004 +0000
@@ -124,6 +124,9 @@
 # ifdef MAIN_DEC
 #  undef MAIN_DEC
 # endif
+# ifdef SBR_DEC
+#  undef SBR_DEC
+# endif
 #endif // FIXED_POINT
 
 #ifdef DRM