summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-09-21 19:47:01 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-09-21 19:47:01 +0000
commit9b4415eb72e43c8214ffa43db1cc4d112b32b1d6 (patch)
tree230cd566035616bfada3d4b44710087cbf93d14d
parenta75b7deaa031fee35fdbb860a610d498128fae8d (diff)
downloadgstreamer-plugins-bad-9b4415eb72e43c8214ffa43db1cc4d112b32b1d6.tar.gz
put librtp back in xp
Original commit message from CVS: put librtp back in xp
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 43777f110..b44e2c70f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,9 +62,11 @@ GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plug-ins],,
[
AC_MSG_WARN(building experimental plug-ins)
USE_TARKIN="yes"
+ USE_RTP="yes"
],[
AC_MSG_NOTICE(not building experimental plug-ins)
USE_TARKIN="no"
+ USE_RTP="no"
])
dnl broken plug-ins; stuff that doesn't seem to build at the moment