configure.ac: videofilter must be compiled first, since other plugins depend ont it.
authorEdward Hervey <bilboed@bilboed.com>
Tue, 5 Jul 2005 11:23:17 +0000 (11:23 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 5 Jul 2005 11:23:17 +0000 (11:23 +0000)
Original commit message from CVS:
* configure.ac: (GST_PLUGINS_ALL):
videofilter must be compiled first, since other plugins depend ont it.

ChangeLog
configure.ac

index cfcc1eb..a40d03b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-05  Edward Hervey  <edward@fluendo.com>
+
+       * configure.ac: (GST_PLUGINS_ALL): 
+       videofilter must be compiled first, since other plugins depend ont it.
+
 2005-07-05  Andy Wingo  <wingo@pobox.com>
 
        * Way, way, way too many files:
index c26d3c0..f351af2 100644 (file)
@@ -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