提交 493abda6 编写于 作者: A Aurelien Jarno

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: NAurelien Jarno <aurelien@aurel32.net>
上级 9cf55765
......@@ -1165,9 +1165,9 @@ for drv in $audio_drv_list; do
;;
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;"
libs_softmmu="-lpulse-simple $libs_softmmu"
libs_softmmu="-lpulse -lpulse-simple $libs_softmmu"
audio_pt_int="yes"
;;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册