mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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.
This commit is contained in:
parent
0be84dcb71
commit
11dc7b2ab5
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2005-07-05 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
* Way, way, way too many files:
|
* Way, way, way too many files:
|
||||||
|
|
|
@ -295,6 +295,7 @@ AC_SUBST(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
dnl these are all the gst plug-ins, compilable without additional libs
|
dnl these are all the gst plug-ins, compilable without additional libs
|
||||||
GST_PLUGINS_ALL="\
|
GST_PLUGINS_ALL="\
|
||||||
|
videofilter \
|
||||||
alpha \
|
alpha \
|
||||||
avi \
|
avi \
|
||||||
effectv \
|
effectv \
|
||||||
|
@ -307,7 +308,6 @@ GST_PLUGINS_ALL="\
|
||||||
smpte \
|
smpte \
|
||||||
udp \
|
udp \
|
||||||
videobox \
|
videobox \
|
||||||
videofilter \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
dnl see if we can build C++ plug-ins
|
dnl see if we can build C++ plug-ins
|
||||||
|
|
Loading…
Reference in a new issue