configure.ac: As another attempt, synaesthesia can be enabled by passing
authorStefan Kost <ensonic@users.sourceforge.net>
Wed, 20 Sep 2006 11:55:00 +0000 (11:55 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Wed, 20 Sep 2006 11:55:00 +0000 (11:55 +0000)
Original commit message from CVS:
* configure.ac:
As another attempt, synaesthesia can be enabled by passing
--with-plugins="synaesthesia" to configure

ChangeLog
configure.ac

index d622b4f..b91e6dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
 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)
 
index ed0970b..1faac80 100644 (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