diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-11-03 12:15:11 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-11-03 12:15:11 +0000 |
commit | 9a1d7be73e3f6c2bf3f535b072b7a0df589fe97d (patch) | |
tree | 0379eea49e33b3bb0b53c28a22e31f6a3de55fd9 /configure.ac | |
parent | b97e0a3d72fdaa490c235e7e07b8047c67797e7d (diff) | |
download | gst-plugins-bad-9a1d7be73e3f6c2bf3f535b072b7a0df589fe97d.tar.gz gst-plugins-bad-9a1d7be73e3f6c2bf3f535b072b7a0df589fe97d.tar.bz2 gst-plugins-bad-9a1d7be73e3f6c2bf3f535b072b7a0df589fe97d.zip |
clashes with shout, put in exp
Original commit message from CVS:
clashes with shout, put in exp
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 20ba12ab..74efef5a 100644 --- a/configure.ac +++ b/configure.ac @@ -64,10 +64,12 @@ GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plug-ins],, AC_MSG_WARN(building experimental plug-ins) USE_TARKIN="yes" USE_RTP="yes" + USE_SHOUT2="yes" ],[ AC_MSG_NOTICE(not building experimental plug-ins) USE_TARKIN="no" USE_RTP="no" + USE_SHOUT2="no" ]) dnl broken plug-ins; stuff that doesn't seem to build at the moment |