diff options
author | Johannes Schickel | 2012-02-26 01:31:22 +0100 |
---|---|---|
committer | Johannes Schickel | 2012-02-26 01:31:22 +0100 |
commit | 7be7ef5a71daca9e85daaa07b42b619e6cdefb3f (patch) | |
tree | cc68984f0d5a4fc76347d085d6669ca7043f3b94 | |
parent | 69ab2a5279922179a4344f616fe83d9b66ec38c4 (diff) | |
download | scummvm-rg350-7be7ef5a71daca9e85daaa07b42b619e6cdefb3f.tar.gz scummvm-rg350-7be7ef5a71daca9e85daaa07b42b619e6cdefb3f.tar.bz2 scummvm-rg350-7be7ef5a71daca9e85daaa07b42b619e6cdefb3f.zip |
IPHONE: Update default build settings. (Disable scalers, mt32, timidity).
I took the freedom of also removing the unused OBJCFLAGS flag with this.
-rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2366,8 +2366,10 @@ if test -n "$_host"; then iphone) DEFINES="$DEFINES -DIPHONE" _backend="iphone" - _build_hq_scalers=no + _build_scalers=no + _mt32emu=no _seq_midi=no + _timidity=no ;; m68k-atari-mint) DEFINES="$DEFINES -DSYSTEM_NOT_SUPPORTING_D_TYPE" @@ -2639,7 +2641,6 @@ case $_backend in gph) ;; iphone) - OBJCFLAGS="$OBJCFLAGS --std=c99" LIBS="$LIBS -lobjc -framework UIKit -framework CoreGraphics -framework OpenGLES" LIBS="$LIBS -framework QuartzCore -framework GraphicsServices -framework CoreFoundation" LIBS="$LIBS -framework Foundation -framework AudioToolbox -framework CoreAudio" |