diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-05-06 11:25:55 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-05-06 11:25:55 +0000 |
commit | 4cb81e7ecbdc6376e5c676dcffa11758434acd1e (patch) | |
tree | 6308485bb537fd7b2784d7345c4d3c1b2083cf50 /configure.ac | |
parent | 3d6c0c7d430560004b5f2e6ccba26ba64fa02da3 (diff) | |
download | gst-plugins-bad-4cb81e7ecbdc6376e5c676dcffa11758434acd1e.tar.gz gst-plugins-bad-4cb81e7ecbdc6376e5c676dcffa11758434acd1e.tar.bz2 gst-plugins-bad-4cb81e7ecbdc6376e5c676dcffa11758434acd1e.zip |
add ported videofilter to cvs head
Original commit message from CVS:
add ported videofilter to cvs head
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 |