summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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