Original commit message from CVS:
* 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:
+ 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:
Don't build synaesthesia by default, until someone confirms that it
is okay (filed as #356882)
mpegaudioparse \
mpegstream \
realmedia \
+ synaesthesia \
"
AC_SUBST(GST_PLUGINS_ALL)
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