# HG changeset patch # User diego # Date 1097195977 0 # Node ID fbf889ed2426d62931d2893630336877a83aba37 # Parent a23dcc96744d197e5edc977495ccc5efd0507400 Hint at FIXED_POINT for better (SBR) performance. diff -r a23dcc96744d -r fbf889ed2426 libfaad2/Makefile --- 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