summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2005-07-05 11:23:17 +0000
committerEdward Hervey <bilboed@bilboed.com>2005-07-05 11:23:17 +0000
commit11dc7b2ab54e9144a75fed14446d02cc93567a1b (patch)
tree458e3bffb79af9f197c3b5c5ac8c59d40e455966 /configure.ac
parent0be84dcb719932872a9690ad34a2aca9fd8783b5 (diff)
downloadgst-plugins-bad-11dc7b2ab54e9144a75fed14446d02cc93567a1b.tar.gz
gst-plugins-bad-11dc7b2ab54e9144a75fed14446d02cc93567a1b.tar.bz2
gst-plugins-bad-11dc7b2ab54e9144a75fed14446d02cc93567a1b.zip
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.ac2
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