From 10b64891638fd3976a08976c0d36c7a6e99bf001 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 2 Aug 2011 12:49:09 +0200 Subject: [PATCH] configure.ac: Define list of non-ported plugins --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configure.ac b/configure.ac index 93e89e1c07..14b23879c0 100644 --- a/configure.ac +++ b/configure.ac @@ -208,6 +208,13 @@ 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=" dvdlpcmdec dvdsub iec958 mpegaudioparse mpegstream \ + realmedia \ + a52dec amrnb amrwb cdio dvdread lame mpeg2dec twolame x264 " +AC_SUBST(GST_PLUGINS_NONPORTED) + dnl these are all the gst plug-ins, compilable without additional libs AG_GST_CHECK_PLUGIN(asfdemux) AG_GST_CHECK_PLUGIN(dvdlpcmdec)