From c8535f27d140a2030cedf695a66595aae5b95c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Wed, 12 Jan 2011 22:28:43 +0000 Subject: Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1 Retune codec compiler optimizations with new compiler. Overall speedup with aac and flac getting big speedups. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29042 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libffmpegFLAC/libffmpegFLAC.make | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'apps/codecs/libffmpegFLAC/libffmpegFLAC.make') diff --git a/apps/codecs/libffmpegFLAC/libffmpegFLAC.make b/apps/codecs/libffmpegFLAC/libffmpegFLAC.make index aae18ae..9125385 100644 --- a/apps/codecs/libffmpegFLAC/libffmpegFLAC.make +++ b/apps/codecs/libffmpegFLAC/libffmpegFLAC.make @@ -15,11 +15,7 @@ OTHER_SRC += $(FFMPEGFLACLIB_SRC) # libffmpegFLAC is faster on ARM-targets with -O2 than -O1 FFMPEGFLACFLAGS = -I$(APPSDIR)/codecs/libffmpegFLAC $(filter-out -O%,$(CODECFLAGS)) -ifeq ($(CPU),arm) - FFMPEGFLACFLAGS += -O2 -else - FFMPEGFLACFLAGS += -O1 -endif +FFMPEGFLACFLAGS += -O2 $(FFMPEGFLACLIB): $(FFMPEGFLACLIB_OBJ) $(SILENT)$(shell rm -f $@) -- cgit v1.1