put sinesrc in experimental until we have control
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 21 Dec 2001 12:39:21 +0000 (12:39 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 21 Dec 2001 12:39:21 +0000 (12:39 +0000)
Original commit message from CVS:
put sinesrc in experimental until we have control

TODO
configure.ac

diff --git a/TODO b/TODO
index e01502c..589c955 100644 (file)
--- a/TODO
+++ b/TODO
@@ -7,3 +7,5 @@
 * check SDL optimisation flags
 
 * check GST_* in configure.ac, there is too much in it
+
+* decide where to put the control lib
index 555735b..d26ce8e 100644 (file)
@@ -1,5 +1,6 @@
 dnl autoconf configuration file for plugins 
 AC_INIT
+dnl FIXME take something else ?
 AC_CONFIG_SRCDIR([COPYING])
 
 AC_CANONICAL_TARGET([])
@@ -80,11 +81,13 @@ GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plugins],,
   USE_LIBMIKMOD="yes"
   USE_ARTS="yes"
   USE_ARTSC="yes"
+  USE_SINE="no"
 ],[
   AC_MSG_NOTICE(not building experimental plugins)
   USE_LIBMIKMOD="no"
   USE_ARTS="no"
   USE_ARTSC="no"
+  USE_SINE="no"
 ])
 
 dnl broken plugins; stuff that doesn't seem to build at the moment