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