diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-05-06 18:00:56 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-05-06 18:00:56 +0000 |
commit | 04b2afd5a3abbca73b8714a5eb67d9adef2cdd57 (patch) | |
tree | 91dadfebc748e9dde1f93ac542997e4a34452317 /configure.ac | |
parent | 477088372f326f50329d1614261dde7258a6cf42 (diff) |
add gst-plugins-libs
Original commit message from CVS:
add gst-plugins-libs
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9ce7b321..d3d97381 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |