mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
Add configure check for SLV2.
This commit is contained in:
parent
8f1b3d3ec2
commit
640caecd76
1 changed files with 8 additions and 0 deletions
|
@ -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, [
|
||||
|
|
Loading…
Reference in a new issue