From 9b4415eb72e43c8214ffa43db1cc4d112b32b1d6 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 21 Sep 2002 19:47:01 +0000 Subject: put librtp back in xp Original commit message from CVS: put librtp back in xp --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 43777f110..b44e2c70f 100644 --- a/configure.ac +++ b/configure.ac @@ -62,9 +62,11 @@ GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plug-ins],, [ AC_MSG_WARN(building experimental plug-ins) USE_TARKIN="yes" + USE_RTP="yes" ],[ AC_MSG_NOTICE(not building experimental plug-ins) USE_TARKIN="no" + USE_RTP="no" ]) dnl broken plug-ins; stuff that doesn't seem to build at the moment -- cgit v1.2.1