/pidgin/main: c372f69a051e: Bump farstream02 requirement to 0.2.7
David Woodhouse <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: c372f69a051ea1eae8443c937a2a7b10b9e7c968 Author: David Woodhouse <[email protected]> Date: 2015-03-13 13:43 +0000 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/c372f69a051e Description: Bump farstream02 requirement to 0.2.7 The send-rtcp-mux functionality was added in 0.2.7. Let's try to keep a cap on the number of variants of different functionality we support, and make it possible to know that if we're using GStreamer 1.x, we *do* have the RTCP mux support. diffstat: configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -1143,7 +1143,7 @@ AC_ARG_ENABLE(farstream, enable_farstream="$enableval", enable_farstream="yes") if test "x$enable_farstream" != "xno"; then if test "x$with_gstreamer" == "x1.0"; then - PKG_CHECK_MODULES(FARSTREAM, [farstream-0.2 >= 0.2.6], [ + PKG_CHECK_MODULES(FARSTREAM, [farstream-0.2 >= 0.2.7], [ AC_SUBST(FARSTREAM_CFLAGS) AC_SUBST(FARSTREAM_LIBS) ], [