summaryrefslogtreecommitdiff
path: root/apps/codecs/libwavpack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwavpack/Makefile')
-rw-r--r--apps/codecs/libwavpack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libwavpack/Makefile b/apps/codecs/libwavpack/Makefile
index eba67fa7fc..60911a052f 100644
--- a/apps/codecs/libwavpack/Makefile
+++ b/apps/codecs/libwavpack/Makefile
@@ -15,7 +15,7 @@ ifdef APPEXTRA
15endif 15endif
16 16
17WAVPACKOPTS = -O2 17WAVPACKOPTS = -O2
18CFLAGS = $(GCCOPTS) $(WAVPACKOPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) \ 18CFLAGS = $(INCLUDES) $(GCCOPTS) $(WAVPACKOPTS) $(TARGET) $(EXTRA_DEFINES) \
19 -DMEM=${MEMORYSIZE} $(PROFILE_OPTS) 19 -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