From 67802e804865cea6d1fa6e867086830b1d7645cc Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Fri, 6 May 2005 14:54:23 +0000 Subject: make mad and effectv work with gst-register Original commit message from CVS: make mad and effectv work with gst-register --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5b97c1f4..cac2e305 100644 --- a/configure.ac +++ b/configure.ac @@ -293,9 +293,9 @@ AC_SUBST(GST_PLUGIN_LDFLAGS) dnl these are all the gst plug-ins, compilable without additional libs GST_PLUGINS_ALL="\ + videofilter \ effectv \ - law \ - videofilter" + law" dnl see if we can build C++ plug-ins if test "x$HAVE_CXX" = "xyes"; then -- cgit