summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2006-02-24 13:48:52 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2006-02-24 13:48:52 +0000
commitf16c1f341a479a61e2cdf1f54de7106ac8d5fc36 (patch)
treee46bc273a0395fc501f0c4cce45b044ea58618af /apps/codecs/Tremor
parent1272c8a696c4b942b982a1841585b31bbcf2e9ab (diff)
downloadrockbox-f16c1f341a479a61e2cdf1f54de7106ac8d5fc36.tar.gz
rockbox-f16c1f341a479a61e2cdf1f54de7106ac8d5fc36.zip
prevent rockbox from using the wrong includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8827 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/Tremor')
-rw-r--r--apps/codecs/Tremor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/Tremor/Makefile b/apps/codecs/Tremor/Makefile
index cec9797f63..ecd4ac9478 100644
--- a/apps/codecs/Tremor/Makefile
+++ b/apps/codecs/Tremor/Makefile
@@ -15,7 +15,7 @@ ifdef APPEXTRA
15endif 15endif
16 16
17TREMOROPTS = -O2 17TREMOROPTS = -O2
18CFLAGS = $(GCCOPTS) $(TREMOROPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) \ 18CFLAGS = $(INCLUDES) $(GCCOPTS) $(TREMOROPTS) $(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