Mercurial > mplayer.hg
changeset 13583:fbf889ed2426
Hint at FIXED_POINT for better (SBR) performance.
author | diego |
---|---|
date | Fri, 08 Oct 2004 00:39:37 +0000 |
parents | a23dcc96744d |
children | 17cb9c6a99f6 |
files | libfaad2/Makefile |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
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