[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] build-sys: Disable GStreamer by default with Autotools
Tanu Kaskinen
gitlab at gitlab.freedesktop.org
Mon Nov 23 17:18:01 UTC 2020
Tanu Kaskinen pushed to branch master at PulseAudio / pulseaudio
Commits:
2ea425d1 by Tanu Kaskinen at 2020-11-23T19:12:27+02:00
build-sys: Disable GStreamer by default with Autotools
With Meson GStreamer is already disabled by default, let's match that
with Autotools.
- - - - -
1 changed file:
- configure.ac
Changes:
=====================================
configure.ac
=====================================
@@ -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)
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/2ea425d1942b0171724ca81a4da5691f3c0645d7
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/2ea425d1942b0171724ca81a4da5691f3c0645d7
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20201123/c83772ae/attachment.htm>
More information about the pulseaudio-commits
mailing list