From d0166867a8ee469b87cf00de27b1f438a06810b5 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 4 Mar 2002 17:28:33 +0000 Subject: rtp back in experimental, it doesn't build for uraeus and i don't want to debug it :) Original commit message from CVS: rtp back in experimental, it doesn't build for uraeus and i don't want to debug it :) --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 45880f40..794e0b6a 100644 --- a/configure.ac +++ b/configure.ac @@ -44,9 +44,11 @@ GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plugins],, [HAVE_EXPERIMENTAL=yes],disabled, [ AC_MSG_WARN(building experimental plugins) + USE_RTP="yes" USE_TARKIN="yes" ],[ AC_MSG_NOTICE(not building experimental plugins) + USE_RTP="no" USE_TARKIN="no" ]) -- cgit v1.2.1