mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06: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>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue