Hint at FIXED_POINT for better (SBR) performance.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13584 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-10-08 00:39:37 +00:00
parent d23383a4e5
commit 3f544ef6ed
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ OBJS = $(SRCS:.c=.o)
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