From 86fc8e36dd9a68f111481d901db426f65ee3aca4 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 2 Aug 2011 11:29:40 +0200 Subject: [PATCH] configure.ac: Define list of non-ported plugins --- configure.ac | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configure.ac b/configure.ac index 6659360..c08b7d5 100644 --- a/configure.ac +++ b/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) -- 2.7.4