diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-05-06 14:54:23 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-05-06 14:54:23 +0000 |
commit | 67802e804865cea6d1fa6e867086830b1d7645cc (patch) | |
tree | 886f3b42b33d76bbf0bf5804871f84c70fa464b8 /configure.ac | |
parent | d7ccf497a9962bf322c4a3800448bd438c8cfee3 (diff) |
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 |