Sound doesn't work with --enable-mixemu (commit 842be51a67028489e49fb69196c202138661a9ef)
authorOleg Ogurtsov <o.ogurtsov@samsung.com>
Thu, 23 Aug 2012 05:54:59 +0000 (09:54 +0400)
committerEvgeny Voevodin <e.voevodin@samsung.com>
Wed, 12 Sep 2012 10:41:06 +0000 (14:41 +0400)
tizen/emulator_configure.sh

index 08613917811dd7d8db79759e8725b748c50d91e1..74da7a736081dc570e61d5db3db7e67642dd365e 100755 (executable)
@@ -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 \