projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
094bad5
)
upstream: winwave backend is deprecated in Windows
author
SeokYeon Hwang
<syeon.hwang@samsung.com>
Tue, 25 Aug 2015 04:27:43 +0000
(13:27 +0900)
committer
SeokYeon Hwang
<syeon.hwang@samsung.com>
Wed, 26 Aug 2015 04:37:35 +0000
(13:37 +0900)
Change-Id: I9202609e95f538fba0714f7d22c17cea47e74902
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
tizen/emulator_configure.sh
patch
|
blob
|
history
diff --git
a/tizen/emulator_configure.sh
b/tizen/emulator_configure.sh
index 29ddb5ec95e1cb2b5cca16fa132c6bb3553058cc..cc4c3f212f967a5a473a9c72a863bf6cf1c8ee27 100755
(executable)
--- 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 \
;;