From 67043657352183e09954ac0a8eff69dc1d30a012 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 20 Mar 2014 19:45:04 +0100 Subject: [PATCH] gstreamer-plugin: Link with gstreamer 1.0 The plugin still supports both gstreamer 0.10 and 1.0, but is now linked with and using the helper functions from gstreamer 1.0. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8cdabd7..0033cdd 100644 --- a/configure.ac +++ b/configure.ac @@ -361,7 +361,7 @@ dnl --------------------------------------------------------------------------- AC_ARG_ENABLE(gstreamer_plugin, AS_HELP_STRING([--enable-gstreamer-plugin],[Build gstreamer plugin functionality]), enable_gstreamer_plugin=$enableval,enable_gstreamer_plugin=yes) if test x$enable_gstreamer_plugin = xyes; then - PKG_CHECK_MODULES(PK_GSTREAMER_PLUGIN, gstreamer-0.10 gstreamer-plugins-base-0.10 glib-2.0 gio-2.0, + PKG_CHECK_MODULES(PK_GSTREAMER_PLUGIN, gstreamer-1.0 gstreamer-plugins-base-1.0 glib-2.0 gio-2.0, build_gstreamer_plugin=yes, build_gstreamer_plugin=no) else build_gstreamer_plugin=no -- 1.9.0