add gst-plugins-libs
authorChristian Schaller <uraeus@gnome.org>
Fri, 6 May 2005 18:00:56 +0000 (18:00 +0000)
committerChristian Schaller <uraeus@gnome.org>
Fri, 6 May 2005 18:00:56 +0000 (18:00 +0000)
Original commit message from CVS:
add gst-plugins-libs

ChangeLog
configure.ac

index 8a5bfbc..5dae0d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-06  Christian Schaller  <uraeus@gnome.org>
+
+       * configure.ac: add gst-plugins-libs
+
 2005-05-06  Wim Taymans  <wim@fluendo.com>
 
        * configure.ac:
index 9ce7b32..d3d9738 100644 (file)
@@ -253,6 +253,16 @@ fi
 
 AC_SUBST(GST_INTERFACES_LIBS)
 
+dnl check for gstreamer-interfaces; uinstalled is selected preferentially
+PKG_CHECK_MODULES(GST_PLUGINS_LIBS, gstreamer-libs-$GST_MAJORMINOR >= $GST_REQ,
+  HAVE_GST_PLUGINS="yes", HAVE_GST_PLUGINS="no")
+
+if test "x$HAVE_GST_PLUGINS" = "xno"; then
+  AC_MSG_ERROR(no GStreamer Plugins Libs found)
+fi
+
+AC_SUBST(GST_PLUGINS_LIBS)
+
 
 dnl Determine endianness
 AC_C_BIGENDIAN