diff options
author | Andy Wingo <wingo@pobox.com> | 2002-03-03 22:55:46 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-03-03 22:55:46 +0000 |
commit | d76e476ca549994802074a3761087940cab0d72b (patch) | |
tree | f12a1d7e001838543f10c01ce68d13cc31bf833d | |
parent | ac7548886ae808671337ba732568ca93dba019e9 (diff) | |
download | gst-plugins-bad-d76e476ca549994802074a3761087940cab0d72b.tar.gz gst-plugins-bad-d76e476ca549994802074a3761087940cab0d72b.tar.bz2 gst-plugins-bad-d76e476ca549994802074a3761087940cab0d72b.zip |
moved rtp out of experimental
Original commit message from CVS:
moved rtp out of experimental
-rw-r--r-- | configure.ac | 2 |
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 |