mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
build-sys: Disable GStreamer by default with Autotools
With Meson GStreamer is already disabled by default, let's match that with Autotools.
This commit is contained in:
parent
e99e862a3d
commit
2ea425d194
1 changed files with 2 additions and 2 deletions
|
|
@ -1315,9 +1315,9 @@ AS_IF([test "x$HAVE_SYSTEMD_JOURNAL" = "x1"], AC_DEFINE([HAVE_SYSTEMD_JOURNAL],
|
|||
#### GStreamer-based RTP support (optional) ####
|
||||
|
||||
AC_ARG_ENABLE([gstreamer],
|
||||
AS_HELP_STRING([--disable-gstreamer],[Disable optional GStreamer-based RTP support]))
|
||||
AS_HELP_STRING([--enable-gstreamer],[Enable optional GStreamer-based RTP support]))
|
||||
|
||||
AS_IF([test "x$enable_gstreamer" != "xno"],
|
||||
AS_IF([test "x$enable_gstreamer" = "xyes"],
|
||||
[PKG_CHECK_MODULES(GSTREAMER, [ gstreamer-1.0 >= 1.14 gstreamer-app-1.0 gstreamer-rtp-1.0 gio-2.0 ],
|
||||
HAVE_GSTREAMER=1, HAVE_GSTREAMER=0)],
|
||||
HAVE_GSTREAMER=0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue