summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/codecs/libmad/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/apps/codecs/libmad/Makefile b/apps/codecs/libmad/Makefile
index e966fdefb5..4d838db74f 100644
--- a/apps/codecs/libmad/Makefile
+++ b/apps/codecs/libmad/Makefile
@@ -15,14 +15,7 @@ ifdef APPEXTRA
15endif 15endif
16 16
17# NOTE: FPM_ define has been moved to global.h 17# NOTE: FPM_ define has been moved to global.h
18MADOPTS = -UDEBUG -DNDEBUG 18MADOPTS = -UDEBUG -DNDEBUG -O2
19
20# libmad may be faster on ipod3g with -O instead of -O2
21ifeq ($(findstring IPOD_3G,$(TARGET)),IPOD_3G)
22 MADOPTS += -O
23else
24 MADOPTS += -O2
25endif
26 19
27# We build libmad separately for mpegplayer 20# We build libmad separately for mpegplayer
28ifdef MPEGPLAYER 21ifdef MPEGPLAYER