configure.ac: Define list of non-ported plugins

This commit is contained in:
Edward Hervey 2011-08-02 11:29:40 +02:00
parent 5d1b6f85dd
commit 86fc8e36dd

View file

@ -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)