summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-05-04 18:57:42 +0000
committerAndy Wingo <wingo@pobox.com>2002-05-04 18:57:42 +0000
commitb31c7f5808173b08575ff11515ad603cb33850ce (patch)
treee59994ed453b3ddaec5c44ef6b2846218bce417e /configure.ac
parent7f83fbc9fe5f95cc9d8cbb4287ca5e3c94282038 (diff)
some jack fixes, alsa touchups, and add rtp by default to the build if there are any problems building rtp, we're mov...
Original commit message from CVS: some jack fixes, alsa touchups, and add rtp by default to the build if there are any problems building rtp, we're moving it back to 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 5a393844..3afe7dc9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,11 +49,9 @@ 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"
])