[Mplayer-cvslog] CVS: main/libfaad2 common.h,1.6,1.7
Richard Felker CVS
syncmail at mplayerhq.hu
Mon Sep 27 04:11:26 CEST 2004
CVS change done by Richard Felker CVS
Update of /cvsroot/mplayer/main/libfaad2
In directory mail:/var2/tmp/cvs-serv8340/libfaad2
Modified Files:
common.h
Log Message:
SBR code does NOT work with fixed point (uses floats, slow as hell)
Index: common.h
===================================================================
RCS file: /cvsroot/mplayer/main/libfaad2/common.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- common.h 24 Sep 2004 17:31:33 -0000 1.6
+++ common.h 27 Sep 2004 02:11:24 -0000 1.7
@@ -124,6 +124,9 @@
# ifdef MAIN_DEC
# undef MAIN_DEC
# endif
+# ifdef SBR_DEC
+# undef SBR_DEC
+# endif
#endif // FIXED_POINT
#ifdef DRM
More information about the MPlayer-cvslog
mailing list