/pidgin/main: 43868c4d72b7: Only GStreamer 1.0 is supported; no ...
Elliott Sales de Andrade <[email protected]> Tue, 23 Aug 2016 19:45:07 -0400
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: 43868c4d72b71c6cd658a2e71bde884e58413b46 Author: Elliott Sales de Andrade <[email protected]> Date: 2016-08-21 03:27 -0400 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/43868c4d72b7 Description: Only GStreamer 1.0 is supported; no need to print it out. diffstat: configure.ac | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diffs (19 lines): diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -954,7 +954,6 @@ AC_ARG_ENABLE(gstreamer, if test x"$enable_gst" != "xno"; then PKG_CHECK_MODULES(GSTREAMER, [gstreamer-1.0], [ AC_DEFINE(USE_GSTREAMER, 1, [Use GStreamer for playing sounds]) - with_gstreamer="1.0" AC_SUBST(GSTREAMER_CFLAGS) AC_SUBST(GSTREAMER_LIBS) ], [ @@ -2284,7 +2283,6 @@ echo Protocols to build dynamically : $D echo Protocols to link statically.. : $STATIC_PRPLS echo echo Build with GStreamer support.. : $enable_gst -echo Build for GStreamer version... : $with_gstreamer echo Build with D-Bus support...... : $enable_dbus echo Build with voice and video.... : $enable_vv if test "x$enable_dbus" = "xyes" ; then _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits