summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-02-06 14:45:22 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-02-06 14:45:22 +0000
commitf0816211478cdf56e332980bc89e6065c2b160c7 (patch)
tree1aa4f262b3c20f117d4e51c9c2bdefafc6727dd1
parent6f724b266696a21a82c534e028eeef343599e29f (diff)
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
m---------common0
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 0 deletions
diff --git a/common b/common
-Subproject 47d51c3f04e416caa4c43c72a5458df99cf09c3
+Subproject 48638606945e579672f97b09cb797de3e6aee9e
diff --git a/configure.ac b/configure.ac
index 7ed488bb..a8b4c93d 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