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
commitd0166867a8ee469b87cf00de27b1f438a06810b5 (patch)
tree60422e38170b236d04e67a33a45369f7d23dd4d0
parentd76e476ca549994802074a3761087940cab0d72b (diff)
downloadgstreamer-plugins-bad-d0166867a8ee469b87cf00de27b1f438a06810b5.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"
])