mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Pulseaudio driver
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4827 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
923e45211c
commit
b8e59f18de
5 changed files with 532 additions and 1 deletions
8
configure
vendored
8
configure
vendored
|
@ -196,7 +196,7 @@ SunOS)
|
|||
;;
|
||||
*)
|
||||
audio_drv_list="oss"
|
||||
audio_possible_drivers="oss alsa sdl esd"
|
||||
audio_possible_drivers="oss alsa sdl esd pa"
|
||||
linux="yes"
|
||||
linux_user="yes"
|
||||
if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
|
||||
|
@ -767,6 +767,12 @@ for drv in $audio_drv_list; do
|
|||
esd)
|
||||
audio_drv_probe $drv esd.h -lesd 'return esd_play_stream(0, 0, "", 0);'
|
||||
;;
|
||||
|
||||
pa)
|
||||
audio_drv_probe $drv pulse/simple.h -lpulse-simple \
|
||||
"pa_simple *s = NULL; pa_simple_free(s); return 0;"
|
||||
;;
|
||||
|
||||
esac
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue