From 3f544ef6eda1ed4b477fb387c5287bb35b0e2f75 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 8 Oct 2004 00:39:37 +0000 Subject: Hint at FIXED_POINT for better (SBR) performance. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13584 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libfaad2/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libfaad2/Makefile b/libfaad2/Makefile index 5dd17c2ec4..ebbddd505c 100644 --- a/libfaad2/Makefile +++ b/libfaad2/Makefile @@ -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 -- cgit v1.2.3