diff options
author | Edward Hervey <bilboed@bilboed.com> | 2005-07-05 11:23:17 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2005-07-05 11:23:17 +0000 |
commit | 8e1088fabb84ff0ae1628bef5545a300e8f04b1c (patch) | |
tree | e0725e2d1a81b17abf54bd5a33e4a00ce3893fd2 /configure.ac | |
parent | 2e7864ccc2c990e57d47dc108048598b71c1ad81 (diff) |
configure.ac: videofilter must be compiled first, since other plugins depend ont it.
Original commit message from CVS:
* configure.ac: (GST_PLUGINS_ALL):
videofilter must be compiled first, since other plugins depend ont it.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c26d3c04..f351af22 100644 --- a/configure.ac +++ b/configure.ac @@ -295,6 +295,7 @@ AC_SUBST(GST_PLUGIN_LDFLAGS) dnl these are all the gst plug-ins, compilable without additional libs GST_PLUGINS_ALL="\ + videofilter \ alpha \ avi \ effectv \ @@ -307,7 +308,6 @@ GST_PLUGINS_ALL="\ smpte \ udp \ videobox \ - videofilter \ " dnl see if we can build C++ plug-ins |