Commit f34af52c53a58ae8ddf238609359198fdc6bb562
1 parent
f97572e5
*FreeBSD: pulseaudio is a possible audio driver
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5062 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
2 deletions
configure
... | ... | @@ -131,7 +131,7 @@ audio_possible_drivers="dsound sdl fmod" |
131 | 131 | ;; |
132 | 132 | GNU/kFreeBSD) |
133 | 133 | audio_drv_list="oss" |
134 | -audio_possible_drivers="oss sdl esd" | |
134 | +audio_possible_drivers="oss sdl esd pa" | |
135 | 135 | if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then |
136 | 136 | kqemu="yes" |
137 | 137 | fi |
... | ... | @@ -139,7 +139,7 @@ fi |
139 | 139 | FreeBSD) |
140 | 140 | bsd="yes" |
141 | 141 | audio_drv_list="oss" |
142 | -audio_possible_drivers="oss sdl esd" | |
142 | +audio_possible_drivers="oss sdl esd pa" | |
143 | 143 | if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then |
144 | 144 | kqemu="yes" |
145 | 145 | fi | ... | ... |