diff options
author | Andy Wingo <wingo@pobox.com> | 2002-03-04 17:28:33 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-03-04 17:28:33 +0000 |
commit | d0166867a8ee469b87cf00de27b1f438a06810b5 (patch) | |
tree | 60422e38170b236d04e67a33a45369f7d23dd4d0 | |
parent | d76e476ca549994802074a3761087940cab0d72b (diff) | |
download | gst-plugins-bad-d0166867a8ee469b87cf00de27b1f438a06810b5.tar.gz gst-plugins-bad-d0166867a8ee469b87cf00de27b1f438a06810b5.tar.bz2 gst-plugins-bad-d0166867a8ee469b87cf00de27b1f438a06810b5.zip |
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.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 45880f40..794e0b6a 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" ]) |