diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
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 |