From f0816211478cdf56e332980bc89e6065c2b160c7 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 6 Feb 2002 14:45:22 +0000 Subject: 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 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') 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 -- cgit