mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
configure.ac: Define list of non-ported plugins
This commit is contained in:
parent
5d1b6f85dd
commit
86fc8e36dd
1 changed files with 10 additions and 0 deletions
10
configure.ac
10
configure.ac
|
@ -310,6 +310,16 @@ AG_GST_DEFAULT_ELEMENTS
|
|||
|
||||
dnl *** plug-ins to include ***
|
||||
|
||||
dnl Non ported plugins (non-dependant, then dependant)
|
||||
dnl Make sure you have a space before and after all plugins
|
||||
GST_PLUGINS_NONPORTED=" deinterlace flx goom goom2k1 icydemux id3demux \
|
||||
imagefreeze interleave isomp4 law matroska shapewipe smpte videobox \
|
||||
videocrop videomixer \
|
||||
annodex apetag cairo dv1394 flac gdk_pixbuf jpeg libdv libpng \
|
||||
oss oss4 shout2 \
|
||||
soup taglib wavpack "
|
||||
AC_SUBST(GST_PLUGINS_NONPORTED)
|
||||
|
||||
dnl these are all the gst plug-ins, compilable without additional libs
|
||||
dnl videofilter is at the top because others depend on it
|
||||
AG_GST_CHECK_PLUGIN(alpha)
|
||||
|
|
Loading…
Reference in a new issue