diff options
Diffstat (limited to 'apps/codecs/liba52/Makefile')
| -rw-r--r-- | apps/codecs/liba52/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/liba52/Makefile b/apps/codecs/liba52/Makefile index 4fefc8a..798ebc3 100644 --- a/apps/codecs/liba52/Makefile +++ b/apps/codecs/liba52/Makefile @@ -15,8 +15,8 @@ ifdef APPEXTRA endif A52OPTS = -O2 -CFLAGS = $(GCCOPTS) $(A52OPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) \ - -DMEM=${MEMORYSIZE} $(PROFILE_OPTS) +CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET_INC) $(A52OPTS) $(TARGET) \ +$(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} $(PROFILE_OPTS) # This sets up 'SRC' based on the files mentioned in SOURCES include $(TOOLSDIR)/makesrc.inc |