mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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:
parent
55947a7bfa
commit
924ad1f504
2 changed files with 10 additions and 0 deletions
|
@ -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>
|
2006-09-20 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -83,6 +83,7 @@ GST_PLUGINS_ALL="\
|
||||||
mpegaudioparse \
|
mpegaudioparse \
|
||||||
mpegstream \
|
mpegstream \
|
||||||
realmedia \
|
realmedia \
|
||||||
|
synaesthesia \
|
||||||
"
|
"
|
||||||
|
|
||||||
AC_SUBST(GST_PLUGINS_ALL)
|
AC_SUBST(GST_PLUGINS_ALL)
|
||||||
|
@ -102,6 +103,9 @@ AC_ARG_WITH(plugins,
|
||||||
done],
|
done],
|
||||||
[GST_PLUGINS_SELECTED=$GST_PLUGINS_ALL])
|
[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)
|
AC_SUBST(GST_PLUGINS_SELECTED)
|
||||||
|
|
||||||
dnl ext plug-ins; plug-ins that have external dependencies
|
dnl ext plug-ins; plug-ins that have external dependencies
|
||||||
|
|
Loading…
Reference in a new issue