aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2012-02-26 01:31:22 +0100
committerJohannes Schickel2012-02-26 01:31:22 +0100
commit7be7ef5a71daca9e85daaa07b42b619e6cdefb3f (patch)
treecc68984f0d5a4fc76347d085d6669ca7043f3b94
parent69ab2a5279922179a4344f616fe83d9b66ec38c4 (diff)
downloadscummvm-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-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index ce88a23598..7cb3987027 100755
--- a/configure
+++ b/configure
@@ -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"