comparison libfaad2/Makefile @ 22535:3945d813e573

Simplify CFLAGS handling.
author diego
date Tue, 13 Mar 2007 22:17:48 +0000
parents 090ec2169aee
children 5aa11f9ff625
comparison
equal deleted inserted replaced
22534:c0348807eabd 22535:3945d813e573
43 43
44 CFLAGS = -D_GNU_SOURCE 44 CFLAGS = -D_GNU_SOURCE
45 45
46 # The FIXED_POINT implementation of FAAD2 improves performance 46 # The FIXED_POINT implementation of FAAD2 improves performance
47 # on some platforms, especially for SBR files. 47 # on some platforms, especially for SBR files.
48 ifeq ($(FAAD_FIXED),yes) 48 CFLAGS-$(FAAD_FIXED) += -DFIXED_POINT
49 CFLAGS += -DFIXED_POINT
50 endif
51 49
52 include ../mpcommon.mak 50 include ../mpcommon.mak