configure.ac: Define list of non-ported plugins
authorEdward Hervey <edward.hervey@collabora.co.uk>
Tue, 2 Aug 2011 09:29:40 +0000 (11:29 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Tue, 2 Aug 2011 09:29:40 +0000 (11:29 +0200)
configure.ac

index 6659360..c08b7d5 100644 (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)