From 5750daa2ac72428f9b5528bb12b907ffe69c78a3 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sun, 29 Nov 2009 21:41:58 +0000 Subject: Oops, correct typo that made the previous commit useless git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23794 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libspeex/libspeex.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/codecs/libspeex/libspeex.make b/apps/codecs/libspeex/libspeex.make index 01fa5a3a3d..e25ea646c5 100644 --- a/apps/codecs/libspeex/libspeex.make +++ b/apps/codecs/libspeex/libspeex.make @@ -14,7 +14,7 @@ # disable strict aliasing optimizations for now, it gives warnings due to # some horrid typecasting SPEEXFLAGS = $(filter-out -O%, $(filter-out -fstrict-aliasing, $(CODECFLAGS))) \ - -fstrict-aliasing -DHAVE_CONFIG_H -DSPEEX_DISABLE_ENCODER \ + -fno-strict-aliasing -DHAVE_CONFIG_H -DSPEEX_DISABLE_ENCODER \ -I$(APPSDIR)/codecs/libspeex # libspeex is faster on ARM-targets with -O1 instead of -O2 -- cgit v1.2.3