summaryrefslogtreecommitdiffstats
path: root/libfaad2
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-08 00:39:37 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-08 00:39:37 +0000
commit3f544ef6eda1ed4b477fb387c5287bb35b0e2f75 (patch)
treea6cee5b38843aca9ba387cb5d2271a6ae602d376 /libfaad2
parentd23383a4e5ad07fe3f0c47d15d1197a803624ee2 (diff)
downloadmpv-3f544ef6eda1ed4b477fb387c5287bb35b0e2f75.tar.bz2
mpv-3f544ef6eda1ed4b477fb387c5287bb35b0e2f75.tar.xz
Hint at FIXED_POINT for better (SBR) performance.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13584 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libfaad2')
-rw-r--r--libfaad2/Makefile4
1 files changed, 4 insertions, 0 deletions
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