mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-14 01:46:05 +00:00
audio: link with -lpulse in addition to -lpulse-simple
Link with -lpulse in addition to -lpulse-simple, needed when --no-add-needed is passed to the linker (gold default). Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
9cf55765b9
commit
493abda627
4
configure
vendored
4
configure
vendored
@ -1165,9 +1165,9 @@ for drv in $audio_drv_list; do
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
pa)
|
pa)
|
||||||
audio_drv_probe $drv pulse/simple.h -lpulse-simple \
|
audio_drv_probe $drv pulse/simple.h "-lpulse-simple -lpulse" \
|
||||||
"pa_simple *s = NULL; pa_simple_free(s); return 0;"
|
"pa_simple *s = NULL; pa_simple_free(s); return 0;"
|
||||||
libs_softmmu="-lpulse-simple $libs_softmmu"
|
libs_softmmu="-lpulse -lpulse-simple $libs_softmmu"
|
||||||
audio_pt_int="yes"
|
audio_pt_int="yes"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user