summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-03-04 17:28:33 +0000
committerAndy Wingo <wingo@pobox.com>2002-03-04 17:28:33 +0000
commit4a889ef37c1749aec8a22310d759098e3d265cf2 (patch)
tree772c8a6c20369d8c5785b7ecb3fec885e3923ec9
parentc86c6f559a34074711e1a27a4ef29696f818e2a9 (diff)
downloadgstreamer-plugins-good-4a889ef37c1749aec8a22310d759098e3d265cf2.tar.gz
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 :)
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 45880f407..794e0b6a9 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"
])