mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-13 15:12:30 -05:00
Oops, correct typo that made the previous commit useless
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23794 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3cc0796a37
commit
5750daa2ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue