From: Oleg Ogurtsov Date: Thu, 23 Aug 2012 05:54:59 +0000 (+0400) Subject: Sound doesn't work with --enable-mixemu (commit 842be51a67028489e49fb69196c202138661a9ef) X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~1405^2~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34231c07082a4cb7d0600fbc16f5dee96fd1ea98;p=sdk%2Femulator%2Fqemu.git Sound doesn't work with --enable-mixemu (commit 842be51a67028489e49fb69196c202138661a9ef) --- diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index 0861391781..74da7a7360 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -29,7 +29,6 @@ exec ./configure \ --target-list="i386-softmmu arm-softmmu" \ --disable-werror \ --audio-drv-list=alsa \ - --enable-mixemu \ --audio-card-list=ac97 \ --enable-ldst-optimization \ --enable-maru \ @@ -52,7 +51,6 @@ echo "##### QEMU configure for emulator" exec ./configure \ --target-list="i386-softmmu arm-softmmu" \ --audio-drv-list=winwave \ - --enable-mixemu \ --audio-card-list=ac97 \ --enable-ldst-optimization \ --enable-hax \