mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
pulsesink: Require PulseAudio >= 2.0
This is needed for pa_format_info_get_prop_* functions. https://bugzilla.gnome.org/show_bug.cgi?id=686459
This commit is contained in:
parent
7486e2fc53
commit
5cd9776aa8
1 changed files with 1 additions and 1 deletions
|
@ -812,7 +812,7 @@ AG_GST_CHECK_FEATURE(PULSE, [pulseaudio plug-in], pulseaudio, [
|
|||
dnl used in ext/pulse/pulseutil.c
|
||||
AC_CHECK_HEADERS([process.h])
|
||||
|
||||
AG_GST_PKG_CHECK_MODULES(PULSE, libpulse >= 1.0)
|
||||
AG_GST_PKG_CHECK_MODULES(PULSE, libpulse >= 2.0)
|
||||
])
|
||||
|
||||
dnl *** dv1394 ***
|
||||
|
|
Loading…
Reference in a new issue