diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-04 21:55:53 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-04 21:55:53 +0000 |
commit | da4c85a38dbb44ff770f340f91ab5d5776f7417c (patch) | |
tree | b8804bbf0c30e82d06e8c9dcea08ed69da7eca01 | |
parent | 380b28dd97a0d2a5b49ec461d4e0360ebafd06e5 (diff) | |
download | gst-plugins-bad-da4c85a38dbb44ff770f340f91ab5d5776f7417c.tar.gz gst-plugins-bad-da4c85a38dbb44ff770f340f91ab5d5776f7417c.tar.bz2 gst-plugins-bad-da4c85a38dbb44ff770f340f91ab5d5776f7417c.zip |
moving arts to broken, because ...
Original commit message from CVS:
moving arts to broken, because ...
well, it just is.
go ahead, prove me wrong ! you know you want to !
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 64e3664b..2f1d92bb 100644 --- a/configure.ac +++ b/configure.ac @@ -64,10 +64,12 @@ HAVE_BROKEN=yes,disabled, USE_SMOOTHWAVE="yes" USE_VGA="yes" USE_XMMS="yes" + USE_ARTS="yes" ],[ USE_SMOOTHWAVE="no" USE_VGA="no" USE_XMMS="no" + USE_ARTS="no" AC_MSG_NOTICE(not building broken plugins) ]) |