diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-05-06 14:54:22 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-05-06 14:54:22 +0000 |
commit | 70a18353834f2d4d845ec92899b6534beb12308a (patch) | |
tree | 44de3ba952996a72bb41a53037692009190f254a /configure.ac | |
parent | af9ba9d803fbf988a5ba35b6d57a7813763d5c47 (diff) | |
download | gst-plugins-bad-70a18353834f2d4d845ec92899b6534beb12308a.tar.gz gst-plugins-bad-70a18353834f2d4d845ec92899b6534beb12308a.tar.bz2 gst-plugins-bad-70a18353834f2d4d845ec92899b6534beb12308a.zip |
make mad and effectv work with gst-register
Original commit message from CVS:
make mad and effectv work with gst-register
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 |