summaryrefslogtreecommitdiff
path: root/apps/codecs/liba52/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/liba52/Makefile')
-rw-r--r--apps/codecs/liba52/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/liba52/Makefile b/apps/codecs/liba52/Makefile
index 4fefc8a8ff..798ebc3434 100644
--- a/apps/codecs/liba52/Makefile
+++ b/apps/codecs/liba52/Makefile
@@ -15,8 +15,8 @@ ifdef APPEXTRA
15endif 15endif
16 16
17A52OPTS = -O2 17A52OPTS = -O2
18CFLAGS = $(GCCOPTS) $(A52OPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) \ 18CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET_INC) $(A52OPTS) $(TARGET) \
19 -DMEM=${MEMORYSIZE} $(PROFILE_OPTS) 19$(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} $(PROFILE_OPTS)
20 20
21# This sets up 'SRC' based on the files mentioned in SOURCES 21# This sets up 'SRC' based on the files mentioned in SOURCES
22include $(TOOLSDIR)/makesrc.inc 22include $(TOOLSDIR)/makesrc.inc