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 | 4a889ef37c1749aec8a22310d759098e3d265cf2 (patch) | |
| tree | 772c8a6c20369d8c5785b7ecb3fec885e3923ec9 | |
| parent | c86c6f559a34074711e1a27a4ef29696f818e2a9 (diff) | |
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" ]) |
