diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b1fd958e..f2ab3633 100644 --- a/configure.ac +++ b/configure.ac @@ -294,7 +294,8 @@ AC_SUBST(GST_PLUGIN_LDFLAGS) dnl these are all the gst plug-ins, compilable without additional libs GST_PLUGINS_ALL="\ effectv \ - law" + law \ + videofilter" dnl see if we can build C++ plug-ins if test "x$HAVE_CXX" = "xyes"; then @@ -426,6 +427,7 @@ gst-plugins.spec gst/Makefile gst/effectv/Makefile gst/law/Makefile +gst/videofilter/Makefile sys/Makefile ext/Makefile ext/mad/Makefile |