summaryrefslogtreecommitdiffstats
path: root/configure.ac
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
commitc86c6f559a34074711e1a27a4ef29696f818e2a9 (patch)
tree3984119367a615a81627f682425b7b50c0032e53 /configure.ac
parent1cd62fbce383db467f647d452e50fd4ee8f027fb (diff)
moved rtp out of experimental
Original commit message from CVS: moved rtp out of experimental
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e665feca..45880f40 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