summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwma/Makefile')
-rw-r--r--apps/codecs/libwma/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libwma/Makefile b/apps/codecs/libwma/Makefile
index 0d7f966737..91ea49b1fb 100644
--- a/apps/codecs/libwma/Makefile
+++ b/apps/codecs/libwma/Makefile
@@ -14,7 +14,7 @@ ifdef APPEXTRA
14 INCLUDES += $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA))) 14 INCLUDES += $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA)))
15endif 15endif
16 16
17WMAOPTS = -O2 17WMAOPTS = -O2 -DROCKBOX
18CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET_INC) $(WMAOPTS) $(TARGET) \ 18CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET_INC) $(WMAOPTS) $(TARGET) \
19$(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} $(PROFILE_OPTS) -DCODEC=1 19$(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} $(PROFILE_OPTS) -DCODEC=1
20 20