summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmusepack/Makefile')
-rw-r--r--apps/codecs/libmusepack/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libmusepack/Makefile b/apps/codecs/libmusepack/Makefile
index d6bf174d2c..e50769719b 100644
--- a/apps/codecs/libmusepack/Makefile
+++ b/apps/codecs/libmusepack/Makefile
@@ -15,8 +15,8 @@ ifdef APPEXTRA
15endif 15endif
16 16
17MUSEPACKOPTS = -O2 17MUSEPACKOPTS = -O2
18CFLAGS = $(INCLUDES) $(GCCOPTS) $(MUSEPACKOPTS) $(TARGET) $(EXTRA_DEFINES) \ 18CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET_INC) $(MUSEPACKOPTS) $(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