[gst-cvs] gst-plugins-bad: Add configure check for SLV2.
Stefan Kost
ensonic at kemper.freedesktop.org
Mon Jun 22 13:52:39 PDT 2009
Module: gst-plugins-bad
Branch: master
Commit: 640caecd7648d872346caa2ed9720d0e15a27761
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=640caecd7648d872346caa2ed9720d0e15a27761
Author: Dave Robillard <dave at drobilla.net>
Date: Sun Mar 29 13:23:02 2009 -0400
Add configure check for SLV2.
---
configure.ac | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 1355994..29daf84 100644
--- a/configure.ac
+++ b/configure.ac
@@ -957,6 +957,14 @@ AG_GST_CHECK_FEATURE(LADSPA, [ladspa], ladspa, [
AC_SUBST(LRDF_CFLAGS)
])
+dnl *** LV2 ***
+translit(dnm, m, l) AM_CONDITIONAL(USE_LV2, true)
+AG_GST_CHECK_FEATURE(LV2, [lv2], lv2, [
+ PKG_CHECK_MODULES(SLV2, slv2 >= 0.6.0, HAVE_SLV2="yes", HAVE_SLV2="no")
+ AC_SUBST(SLV2_CFLAGS)
+ AC_SUBST(SLV2_LIBS)
+])
+
dnl *** libmms ***
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBMMS, true)
AG_GST_CHECK_FEATURE(LIBMMS, [mms protocol library], libmms, [
More information about the Gstreamer-commits
mailing list