Mercurial > mplayer.hg
diff libfaad2/Makefile @ 20281:812f9cd94b28
Add configure switch to enable fixed-pointed mode of internal libfaad2.
author | diego |
---|---|
date | Tue, 17 Oct 2006 16:01:25 +0000 |
parents | 59b6fa5b4201 |
children | 618d1857f4c4 |
line wrap: on
line diff
--- a/libfaad2/Makefile Tue Oct 17 13:47:45 2006 +0000 +++ b/libfaad2/Makefile Tue Oct 17 16:01:25 2006 +0000 @@ -46,9 +46,11 @@ CFLAGS = -I. $(OPTFLAGS) -D_GNU_SOURCE -# Uncomment this to use the FIXED_POINT implementation of FAAD2. -# This should improve performance, especially for SBR files. -#CFLAGS = -I. $(OPTFLAGS) -DFIXED_POINT +# The FIXED_POINT implementation of FAAD2 improves performance +# on some platforms, especially for SBR files. +ifeq ($(FAAD_FIXED),yes) +CFLAGS += -DFIXED_POINT +endif .SUFFIXES: .c .o