configure.ac: As another attempt, synaesthesia can be enabled by passing

Original commit message from CVS:
* configure.ac:
As another attempt, synaesthesia can be enabled by passing
--with-plugins="synaesthesia" to configure
This commit is contained in:
Stefan Kost 2006-09-20 11:55:00 +00:00
parent 55947a7bfa
commit 924ad1f504
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2006-09-20 Stefan Kost <ensonic@users.sf.net>
* configure.ac:
As another attempt, synaesthesia can be enabled by passing
--with-plugins="synaesthesia" to configure
2006-09-20 Stefan Kost <ensonic@users.sf.net>
* configure.ac:

View file

@ -83,6 +83,7 @@ GST_PLUGINS_ALL="\
mpegaudioparse \
mpegstream \
realmedia \
synaesthesia \
"
AC_SUBST(GST_PLUGINS_ALL)
@ -102,6 +103,9 @@ AC_ARG_WITH(plugins,
done],
[GST_PLUGINS_SELECTED=$GST_PLUGINS_ALL])
dnl disable synaesthesia plugin
GST_PLUGINS_SELECTED=`echo $GST_PLUGINS_SELECTED | $SED -e s/synaesthesia//`
AC_SUBST(GST_PLUGINS_SELECTED)
dnl ext plug-ins; plug-ins that have external dependencies