From: SeokYeon Hwang Date: Tue, 25 Aug 2015 04:27:43 +0000 (+0900) Subject: upstream: winwave backend is deprecated in Windows X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~263 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b533c1ebb3baec9915e0146152af71cfa6885b85;p=sdk%2Femulator%2Fqemu.git upstream: winwave backend is deprecated in Windows Change-Id: I9202609e95f538fba0714f7d22c17cea47e74902 Signed-off-by: SeokYeon Hwang --- diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index 29ddb5ec95..cc4c3f212f 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -113,7 +113,7 @@ exec ./configure \ --extra-cflags=-Wno-error=redundant-decls \ --extra-ldflags=-Wl,--large-address-aware \ --extra-ldflags=-Wl,--export-all-symbols \ - --audio-drv-list=winwave \ + --audio-drv-list=dsound \ --enable-hax \ $CONFIGURE_APPEND \ ;;