[totem] build: Remove gst-pbutil linking hack



commit 854cd3442d5b2f9c09a7738d1f1b521240605015
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jul 5 14:40:40 2012 +0100

    build: Remove gst-pbutil linking hack

 configure.in |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index 1778821..d11e981 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])
 	])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]