From 76100b8022846bb00c78de181485988ae5aaedb3 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 6 Feb 2002 14:45:22 +0000 Subject: [PATCH] rtp conflicts with current gstclock.h, moving back to experimental Original commit message from CVS: rtp conflicts with current gstclock.h, moving back to experimental --- common | 2 +- configure.ac | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/common b/common index 47d51c3..4863860 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 47d51c3f04e416caa4c43c72a5458df99cf09c3a +Subproject commit 48638606945e579672f97b09cb797de3e6aee9e7 diff --git a/configure.ac b/configure.ac index 7ed488b..a8b4c93 100644 --- a/configure.ac +++ b/configure.ac @@ -80,10 +80,12 @@ GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plugins],, AC_MSG_WARN(building experimental plugins) USE_SMOOTHWAVE="yes" USE_TARKIN="yes" + USE_RTP="yes" ],[ AC_MSG_NOTICE(not building experimental plugins) USE_SMOOTHWAVE="no" USE_TARKIN="no" + USE_RTP="no" ]) dnl broken plugins; stuff that doesn't seem to build at the moment -- 2.7.4