summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libmad/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmad/Makefile')
-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
endif
# NOTE: FPM_ define has been moved to global.h
-MADOPTS = -UDEBUG -DNDEBUG
-
-# libmad may be faster on ipod3g with -O instead of -O2
-ifeq ($(findstring IPOD_3G,$(TARGET)),IPOD_3G)
- MADOPTS += -O
-else
- MADOPTS += -O2
-endif
+MADOPTS = -UDEBUG -DNDEBUG -O2
# We build libmad separately for mpegplayer
ifdef MPEGPLAYER