diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-06 14:45:22 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-06 14:45:22 +0000 |
commit | 31e49a9a95398d9637cd9ee81e515a7f5c4c8e66 (patch) | |
tree | a6664756f7bfd6a7daeabe7fc42e00a3a555187d /configure.ac | |
parent | 064c9ec30c8e95d572326edacf45cbeede71372c (diff) | |
download | gst-plugins-bad-31e49a9a95398d9637cd9ee81e515a7f5c4c8e66.tar.gz gst-plugins-bad-31e49a9a95398d9637cd9ee81e515a7f5c4c8e66.tar.bz2 gst-plugins-bad-31e49a9a95398d9637cd9ee81e515a7f5c4c8e66.zip |
rtp conflicts with current gstclock.h, moving back to experimental
Original commit message from CVS:
rtp conflicts with current gstclock.h, moving back to experimental
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 7ed488bb..a8b4c93d 100644 --- a/configure.ac +++ b/configure.ac @@ -80,10 +80,12 @@ GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plugins],, 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" ]) dnl broken plugins; stuff that doesn't seem to build at the moment |