summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-03-03 22:55:46 +0000
committerAndy Wingo <wingo@pobox.com>2002-03-03 22:55:46 +0000
commit38a9022e5dcd17b2deb8bf4c1e91523fd812ffcd (patch)
tree000b31e589e0b8cd961e83f050ca72bdce74b77a
parentc43536c7ec16bde901a5aa80cec97a2b64a7e5e7 (diff)
downloadgstreamer-plugins-base-38a9022e5dcd17b2deb8bf4c1e91523fd812ffcd.tar.gz
moved rtp out of experimental
Original commit message from CVS: moved rtp out of experimental
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e665feca6..45880f407 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,11 +45,9 @@ GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plugins],,
[
AC_MSG_WARN(building experimental plugins)
USE_TARKIN="yes"
- USE_RTP="yes"
],[
AC_MSG_NOTICE(not building experimental plugins)
USE_TARKIN="no"
- USE_RTP="no"
])
dnl broken plugins; stuff that doesn't seem to build at the moment