From d8e83253bdbb1c68db3eba544be3199d2a306056 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 13 Mar 2007 22:17:48 +0000 Subject: Simplify CFLAGS handling. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22553 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libfaad2/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libfaad2') diff --git a/libfaad2/Makefile b/libfaad2/Makefile index 86e6ece0ef..59b06515a0 100644 --- a/libfaad2/Makefile +++ b/libfaad2/Makefile @@ -45,8 +45,6 @@ CFLAGS = -D_GNU_SOURCE # The FIXED_POINT implementation of FAAD2 improves performance # on some platforms, especially for SBR files. -ifeq ($(FAAD_FIXED),yes) -CFLAGS += -DFIXED_POINT -endif +CFLAGS-$(FAAD_FIXED) += -DFIXED_POINT include ../mpcommon.mak -- cgit v1.2.3