summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2009-06-30 10:44:38 +0200
committerDamien Lespiau <damien.lespiau@intel.com>2009-06-30 10:44:38 +0200
commitd3771c866d4215a644e3c539ced11475dc6c81d4 (patch)
tree440ae94b20a9eda66bf6039a97eebc4ee1e9b224
parent7342cf377e45a3a2786059b6f5163f5179ca7ab8 (diff)
downloadclutter-gst-d3771c866d4215a644e3c539ced11475dc6c81d4.tar.gz
[build] Don't add libgstbase twice
GST_LIBS already has libgstbase (see pkg_modules), no need to add it again. Fixes: OHB:1662
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 41053a7..a137f68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -106,7 +106,7 @@ GST_MAJORMINOR=0.10
pkg_modules="gstreamer-$GST_MAJORMINOR gstreamer-plugins-base-$GST_MAJORMINOR gstreamer-base-$GST_MAJORMINOR"
PKG_CHECK_MODULES(GST, [$pkg_modules])
-GST_LIBS="$GST_LIBS -lgstinterfaces-$GST_MAJORMINOR -lgstvideo-$GST_MAJORMINOR -lgstaudio-$GST_MAJORMINOR -lgstbase-$GST_MAJORMINOR"
+GST_LIBS="$GST_LIBS -lgstinterfaces-$GST_MAJORMINOR -lgstvideo-$GST_MAJORMINOR -lgstaudio-$GST_MAJORMINOR"
dnl ========================================================================