[totem] build: Remove unused explicit library linkage



commit 2c22801ee014d329164c50e42385bdb81f172af8
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jul 5 14:39:56 2012 +0100

    build: Remove unused explicit library linkage
    
    And add gstreamer-audio-0.10 to the list of required libraries.

 configure.in            |    5 +----
 src/backend/Makefile.am |    2 --
 src/gst/Makefile.am     |    2 --
 3 files changed, 1 insertions(+), 8 deletions(-)
---
diff --git a/configure.in b/configure.in
index f76dbda..1778821 100644
--- a/configure.in
+++ b/configure.in
@@ -117,11 +117,8 @@ if test "x$enable_easy_codec_installation" != "xno"; then
 	])
 fi
 
-MM="gstreamer-0.10 >= $GST_REQS gstreamer-base-0.10 >= $GST_REQS gstreamer-plugins-base-0.10 >= $GST_PLUG_BASE_REQS gstreamer-tag-0.10 >= $GSTPLUG_REQS clutter-1.0 >= $CLUTTER_REQS clutter-gst-1.0 >= $CLUTTER_GST_REQS clutter-gtk-1.0 gsettings-desktop-schemas"
+MM="gstreamer-0.10 >= $GST_REQS gstreamer-base-0.10 >= $GST_REQS gstreamer-plugins-base-0.10 >= $GST_PLUG_BASE_REQS gstreamer-tag-0.10 >= $GSTPLUG_REQS gstreamer-audio-0.10 clutter-1.0 >= $CLUTTER_REQS clutter-gst-1.0 >= $CLUTTER_GST_REQS clutter-gtk-1.0 gsettings-desktop-schemas"
 PKG_CHECK_MODULES(GST, $MM)
-GST_LIBS="$GST_LIBS -lgstbase-$GST_MAJORMINOR -lgstinterfaces-$GST_MAJORMINOR -lgstvideo-$GST_MAJORMINOR -lgstaudio-$GST_MAJORMINOR -lgstpbutils-$GST_MAJORMINOR -lgsttag-$GST_MAJORMINOR"
-AC_SUBST(GST_LIBS)
-EXTRA_BACKEND_LIBS="-lgstinterfaces-$GST_MAJORMINOR -lgstvideo-$GST_MAJORMINOR -lgstaudio-$GST_MAJORMINOR -lgstpbutils-$GST_MAJORMINOR"
 
 dnl Check for required plugins
 gst010_toolsdir=`$PKG_CONFIG --variable=toolsdir gstreamer-0.10`
diff --git a/src/backend/Makefile.am b/src/backend/Makefile.am
index 8d7f1fb..b588ae2 100644
--- a/src/backend/Makefile.am
+++ b/src/backend/Makefile.am
@@ -79,8 +79,6 @@ libbaconvideowidget_la_CFLAGS = \
 libbaconvideowidget_la_LIBADD =				\
 	$(top_builddir)/src/gst/libtotemgsthelpers.la	\
 	$(MM_LIBS)					\
-	$(GST_LIBS)					\
-	$(EXTRA_BACKEND_LIBS)				\
 	$(X_LIBS)					\
 	$(MISSING_PLUGINS_LIBS)				\
 	-lm
diff --git a/src/gst/Makefile.am b/src/gst/Makefile.am
index 2e2d2f3..c7cabfd 100644
--- a/src/gst/Makefile.am
+++ b/src/gst/Makefile.am
@@ -17,8 +17,6 @@ libtotemgsthelpers_la_CFLAGS = \
 
 libtotemgsthelpers_la_LIBADD = \
 	$(MM_LIBS)		\
-	$(GST_LIBS)		\
-	$(EXTRA_BACKEND_LIBS)	\
 	$(X_LIBS)		\
 	$(MISSING_PLUGINS_LIBS)	\
 	-lm



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