/pidgin/main: a52798da5cfa: Bump farstream02 requirement to 0.2.7
David Woodhouse
David.Woodhouse at intel.com
Fri Mar 13 09:47:39 EDT 2015
Changeset: a52798da5cfa8b67e2b96b8799af2b00a64a8e1a
Author: David Woodhouse <David.Woodhouse at intel.com>
Date: 2015-03-13 13:43 +0000
Branch: release-2.x.y
URL: https://hg.pidgin.im/pidgin/main/rev/a52798da5cfa
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
@@ -868,7 +868,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)
], [
More information about the Commits
mailing list