summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac4
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a831ff0..9b8671eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
* configure.ac:
+ Let's try that again.
+
+2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
+
+ * configure.ac:
Disable monoscope plugin for now until it fulfills
all the requirements.
diff --git a/configure.ac b/configure.ac
index a9156879..4d1454bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,6 +93,7 @@ GST_PLUGINS_ALL="\
law \
level \
matroska \
+ monoscope \
multipart \
rtp \
rtsp \
@@ -133,6 +134,9 @@ if test "x$HAVE_SYS_SOCKET_H" != "xyes"; then
GST_PLUGINS_NO="\trtsp\n$GST_PLUGINS_NO"
fi
+dnl disable monoscope plugin
+GST_PLUGINS_SELECTED=`echo $GST_PLUGINS_SELECTED | $SED -e s/monoscope//`
+
AC_SUBST(GST_PLUGINS_SELECTED)
dnl ext plug-ins; plug-ins that have external dependencies