From 5f47b3d281e8208be553babe852ce72e7305fcd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 4 Jul 2006 16:00:26 +0000 Subject: [PATCH] configure.ac: Let's try that again. Original commit message from CVS: * configure.ac: Let's try that again. --- ChangeLog | 5 +++++ configure.ac | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6a831ff0ee..9b8671eb10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-04 Tim-Philipp Müller + + * configure.ac: + Let's try that again. + 2006-07-04 Tim-Philipp Müller * configure.ac: diff --git a/configure.ac b/configure.ac index a915687983..4d1454bf89 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