diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-21 12:39:21 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-21 12:39:21 +0000 |
commit | 9cf1b930fe8904e0d9f46601a1fe123b1a8fbe18 (patch) | |
tree | bea7f1fd420b0736958119714bc021893b76fa0b /configure.ac | |
parent | ae6c9fd82c9582cfc55ab4a09212e7042c6b9a11 (diff) | |
download | gst-plugins-bad-9cf1b930fe8904e0d9f46601a1fe123b1a8fbe18.tar.gz gst-plugins-bad-9cf1b930fe8904e0d9f46601a1fe123b1a8fbe18.tar.bz2 gst-plugins-bad-9cf1b930fe8904e0d9f46601a1fe123b1a8fbe18.zip |
put sinesrc in experimental until we have control
Original commit message from CVS:
put sinesrc in experimental until we have control
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 555735b3..d26ce8eb 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |