summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-03-03 22:46:41 +0000
committerAndy Wingo <wingo@pobox.com>2002-03-03 22:46:41 +0000
commitac7548886ae808671337ba732568ca93dba019e9 (patch)
tree6e862e769ad915ba6e5887c8314e7c084404ccfb
parentbdbe41c2fe831493cc6e8a380affd5002258e47e (diff)
downloadgstreamer-plugins-bad-ac7548886ae808671337ba732568ca93dba019e9.tar.gz
move smoothwave to broken for the time being
Original commit message from CVS: move smoothwave to broken for the time being
-rw-r--r--configure.ac7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 200afff27..e665feca6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,12 +44,10 @@ GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plugins],,
[HAVE_EXPERIMENTAL=yes],disabled,
[
AC_MSG_WARN(building experimental plugins)
- USE_SMOOTHWAVE="yes"
USE_TARKIN="yes"
USE_RTP="yes"
],[
AC_MSG_NOTICE(not building experimental plugins)
- USE_SMOOTHWAVE="no"
USE_TARKIN="no"
USE_RTP="no"
])
@@ -58,11 +56,12 @@ dnl broken plugins; stuff that doesn't seem to build at the moment
GST_CHECK_FEATURE(BROKEN, [enable building of broken plugins],,
HAVE_BROKEN=yes,disabled,
[
- AC_MSG_WARN(building broken plugins)
+ AC_MSG_WARN([building broken plugins -- no bug reports on these, only patches :)])
+ USE_SMOOTHWAVE="yes"
USE_VGA="yes"
USE_XMMS="yes"
- dnl AC_MSG_NOTICE(actually there are no broken plugins at the moment)
],[
+ USE_SMOOTHWAVE="no"
USE_VGA="no"
USE_XMMS="no"
AC_MSG_NOTICE(not building broken plugins)