[Mplayer-cvslog] CVS: main/libfaad2 Makefile,1.5,1.6

Diego Biurrun CVS syncmail at mplayerhq.hu
Fri Oct 8 02:39:40 CEST 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/libfaad2
In directory mail:/var2/tmp/cvs-serv10639/libfaad2

Modified Files:
	Makefile 
Log Message:
Hint at FIXED_POINT for better (SBR) performance.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libfaad2/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile	24 Sep 2004 17:31:33 -0000	1.5
+++ Makefile	8 Oct 2004 00:39:37 -0000	1.6
@@ -8,6 +8,10 @@
 
 CFLAGS  = -I. $(OPTFLAGS) 
 
+# Uncomment this to use the FIXED_POINT implementation of FAAD2.
+# This should improve performance, especially for SBR files.
+#CFLAGS  = -I. $(OPTFLAGS) -DFIXED_POINT
+
 .SUFFIXES: .c .o
 
 # .PHONY: all clean




More information about the MPlayer-cvslog mailing list