Mercurial > mplayer.hg
diff libfaad2/Makefile @ 13583:fbf889ed2426
Hint at FIXED_POINT for better (SBR) performance.
author | diego |
---|---|
date | Fri, 08 Oct 2004 00:39:37 +0000 |
parents | 6d50ef45a058 |
children | 667c78f0fc60 |
line wrap: on
line diff
--- a/libfaad2/Makefile Thu Oct 07 21:57:45 2004 +0000 +++ b/libfaad2/Makefile Fri Oct 08 00:39:37 2004 +0000 @@ -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