summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <kalevlember@gmail.com>2014-03-20 19:45:04 +0100
committerRichard Hughes <richard@hughsie.com>2014-03-21 08:59:10 +0000
commitfeec9552804eac6406b80b6b2e2f874057a9150e (patch)
treed52816760054c0f986657b606b33efd35cd1cf3a
parent780ac57076992209163974b170d402404cb324f1 (diff)
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. Signed-off-by: Richard Hughes <richard@hughsie.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8cdabd742..0033cdd69 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