From ea38ced538b96d36183154aa08661eeb55048e84 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Thu, 12 Mar 2015 16:43:35 +0000 Subject: [PATCH] Use same GStreamer version as libpurple --- configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1129a180..bbd73710 100644 --- a/configure.ac +++ b/configure.ac @@ -346,7 +346,11 @@ AS_IF([test "x$enable_purple" != xno], dnl check whether enable voice and video support AS_IF([test "x$with_vv" = xno], [], dnl disabled by user [test "x$with_vv" = xcheck], dnl autodetect - [AC_MSG_CHECKING(for purple voice and video support) + [dnl Let purple pkgconfig correct our assumptions about GStreamer + purple_gst=`$PKG_CONFIG --variable=gstreamer $purple_pkgconfig` + AS_IF([test "x$purple_gst" != "x"], + [gstreamer_pkgconfig=gstreamer-$purple_gst]) + AC_MSG_CHECKING(for purple voice and video support) AC_RUN_IFELSE( [AC_LANG_PROGRAM([[ #include -- 2.11.4.GIT