summaryrefslogtreecommitdiff
path: root/apps/codecs/libalac
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2006-10-30 18:14:12 +0000
committerMagnus Holmgren <magnushol@gmail.com>2006-10-30 18:14:12 +0000
commit02da4e6130cebed9915b7eb5caedf2632b8ee5ba (patch)
tree196c8430e6276342a8ae348fbc09c0816405995e /apps/codecs/libalac
parent6bad631af4d0b0893fd40bfcf24aa9343823584f (diff)
downloadrockbox-02da4e6130cebed9915b7eb5caedf2632b8ee5ba.tar.gz
rockbox-02da4e6130cebed9915b7eb5caedf2632b8ee5ba.zip
Update several codec Makefiles so that the codec libs build again on Coldfire targets, after the recent move of system-related things to the target tree. (Note to admins: make errors aren't detected on the CVS build page. :))
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11401 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libalac')
-rw-r--r--apps/codecs/libalac/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libalac/Makefile b/apps/codecs/libalac/Makefile
index 07b901139f..1c526871f3 100644
--- a/apps/codecs/libalac/Makefile
+++ b/apps/codecs/libalac/Makefile
@@ -15,8 +15,8 @@ ifdef APPEXTRA
15endif 15endif
16 16
17ALACOPTS = -O3 17ALACOPTS = -O3
18CFLAGS = $(GCCOPTS) $(ALACOPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) \ 18CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET_INC) $(ALACOPTS) $(TARGET) \
19 -DMEM=${MEMORYSIZE} 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