summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-07-05 14:40:40 +0100
committerBastien Nocera <hadess@hadess.net>2012-07-05 15:26:38 +0100
commit854cd3442d5b2f9c09a7738d1f1b521240605015 (patch)
tree1139f54d1115159a58366e5f3313d585868707ba /configure.in
parent2c22801ee014d329164c50e42385bdb81f172af8 (diff)
downloadtotem-854cd3442d5b2f9c09a7738d1f1b521240605015.tar.gz
build: Remove gst-pbutil linking hack
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 17788210c..d11e981fd 100644
--- a/configure.in
+++ b/configure.in
@@ -109,9 +109,8 @@ AC_ARG_ENABLE([easy-codec-installation],
AC_MSG_RESULT([$enable_easy_codec_installation])
if test "x$enable_easy_codec_installation" != "xno"; then
- PKG_CHECK_MODULES(MISSING_PLUGINS, gstreamer-plugins-base-0.10,
+ PKG_CHECK_MODULES(MISSING_PLUGINS, gstreamer-pbutils-0.10,
[
- MISSING_PLUGINS_LIBS="$MISSING_PLUGINS_LIBS -lgstpbutils-0.10"
AC_DEFINE([ENABLE_MISSING_PLUGIN_INSTALLATION], 1,
[Whether we can and want to do installation of missing plugins])
])