diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-11-10 23:17:53 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-11-10 23:17:53 +0000 |
commit | 0983339a6e6a01562f7402943dcb98b8e4eb1d15 (patch) | |
tree | de384c6ac22d1871fc52de84f942a57dcfe2e272 /configure.ac | |
parent | df031523f8baf36628880224691058b8e4ce8728 (diff) |
iec958: remove this plugin
I think it can just go away. Audio sinks can and should payload
things themselves using the helper API in libgstaudio. If such
a plugin still makes sense, it should probably be rewritten
using the library functions (and be put into -good or so).
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 5116ab46..fceefe4e 100644 --- a/configure.ac +++ b/configure.ac @@ -210,15 +210,13 @@ 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=" iec958 synaesthesia xingmux \ - mpegstream cdio twolame " +GST_PLUGINS_NONPORTED=" synaesthesia xingmux mpegstream cdio twolame " 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) AG_GST_CHECK_PLUGIN(dvdsub) -AG_GST_CHECK_PLUGIN(iec958) AG_GST_CHECK_PLUGIN(xingmux) AG_GST_CHECK_PLUGIN(mpegstream) AG_GST_CHECK_PLUGIN(realmedia) @@ -443,7 +441,6 @@ gst/Makefile gst/asfdemux/Makefile gst/dvdlpcmdec/Makefile gst/dvdsub/Makefile -gst/iec958/Makefile gst/mpegstream/Makefile gst/realmedia/Makefile gst/synaesthesia/Makefile |