diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-21 19:47:01 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-21 19:47:01 +0000 |
commit | 9b4415eb72e43c8214ffa43db1cc4d112b32b1d6 (patch) | |
tree | 230cd566035616bfada3d4b44710087cbf93d14d | |
parent | a75b7deaa031fee35fdbb860a610d498128fae8d (diff) | |
download | gst-plugins-bad-9b4415eb72e43c8214ffa43db1cc4d112b32b1d6.tar.gz gst-plugins-bad-9b4415eb72e43c8214ffa43db1cc4d112b32b1d6.tar.bz2 gst-plugins-bad-9b4415eb72e43c8214ffa43db1cc4d112b32b1d6.zip |
put librtp back in xp
Original commit message from CVS:
put librtp back in xp
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 43777f11..b44e2c70 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 |