qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Nowadays alsa and pulseaudio are most often the default soundsystem. When the headerfiles are found, enable the build of the alsa and pulseaudio audio driver for the default targetos.
@ 2014-05-01 10:56 Sander Eikelenboom
  2014-05-01 11:06 ` Peter Maydell
  2014-05-01 12:07 ` Eric Blake
  0 siblings, 2 replies; 6+ messages in thread
From: Sander Eikelenboom @ 2014-05-01 10:56 UTC (permalink / raw)
  To: Peter Maydell, qemu-devel; +Cc: Sander Eikelenboom

Signed-off-by: Sander Eikelenboom <linux@eikelenboom.it>
---
 configure |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/configure b/configure
index 2fbec59..de87d38 100755
--- a/configure
+++ b/configure
@@ -637,6 +637,12 @@ Haiku)
 ;;
 *)
   audio_drv_list="oss"
+  if test -f /usr/include/sys/asoundlib.h ; then
+    audio_drv_list="$audio_drv_list alsa"
+  fi
+  if test -f /usr/include/pulse/pulseaudio.h ; then
+    audio_drv_list="$audio_drv_list pa"
+  fi
   audio_possible_drivers="oss alsa sdl esd pa"
   linux="yes"
   linux_user="yes"
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-05-01 13:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-01 10:56 [Qemu-devel] [PATCH] Nowadays alsa and pulseaudio are most often the default soundsystem. When the headerfiles are found, enable the build of the alsa and pulseaudio audio driver for the default targetos Sander Eikelenboom
2014-05-01 11:06 ` Peter Maydell
2014-05-01 12:56   ` Sander Eikelenboom
2014-05-01 13:06     ` Peter Maydell
2014-05-01 13:16       ` Sander Eikelenboom
2014-05-01 12:07 ` Eric Blake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).