From b533c1ebb3baec9915e0146152af71cfa6885b85 Mon Sep 17 00:00:00 2001 From: SeokYeon Hwang Date: Tue, 25 Aug 2015 13:27:43 +0900 Subject: [PATCH] upstream: winwave backend is deprecated in Windows Change-Id: I9202609e95f538fba0714f7d22c17cea47e74902 Signed-off-by: SeokYeon Hwang --- tizen/emulator_configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ ;; -- 2.34.1