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
commit8c8d99921158725f4be386d7f3401d549059adee (patch)
treee6e64377dce951ce71d587ac743e585a9a0d987a
parent5a9a327100e70adf0023f800b2bb4980d555ebec (diff)
downloadgstreamer-plugins-good-8c8d99921158725f4be386d7f3401d549059adee.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