From 89edb6dd024977af9cf9a2af050e6a701b5de6e4 Mon Sep 17 00:00:00 2001 From: SeokYeon Hwang Date: Fri, 4 Dec 2015 21:05:36 +0900 Subject: [PATCH] SDL: use SDL2 instead of SDL1.2 for Windows-32 Change-Id: I3baed039c792b39f24a76a86272730eb3972517a Signed-off-by: SeokYeon Hwang --- tizen/emulator_configure.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index b8bd7e3..f22c873 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -138,6 +138,7 @@ CONFIGURE_APPEND_WIN=" --audio-drv-list=dsound --winver=0x0600 --enable-sdl + --with-sdlabi=2.0 --enable-hax" # append platform specific options @@ -162,12 +163,9 @@ CONFIGURE_APPEND=" CROSS_MINGW64*) CONFIGURE_APPEND=" --cross-prefix=${CROSS_PREFIX}- - --with-sdlabi=2.0 $CONFIGURE_APPEND_WIN $CONFIGURE_APPEND " -# we use SDL2 for Win64 -# SDL2 will be applied to Win32 soon ;; MINGW*) CONFIGURE_APPEND=" -- 2.7.4