diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-12-21 11:00:47 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-12-21 11:17:11 +0200 |
commit | 9b5de053995488d5ddc78c1bf4df651101271d70 (patch) | |
tree | 07755463428bf4460852180dc4d3155cc28bf488 /docs/plugins/Makefile.am | |
parent | 0fdd4e2539cc8c2c794419b13594ed7761d5fccd (diff) |
Remove various unported plugins
If they were not ported after 4+ years it seems unlikely that anybody is
ever going to need them again. They're still in the GIT history if
needed.
https://bugzilla.gnome.org/show_bug.cgi?id=774530
Diffstat (limited to 'docs/plugins/Makefile.am')
-rw-r--r-- | docs/plugins/Makefile.am | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 87dbd46f2..69e8f882f 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -103,10 +103,7 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/rtmp/gstrtmpsink.h \ $(top_srcdir)/ext/spandsp/gstspanplc.h \ $(top_srcdir)/ext/spandsp/gstdtmfdetect.h \ - $(top_srcdir)/ext/sdl/sdlaudiosink.h \ - $(top_srcdir)/ext/sdl/sdlvideosink.h \ - $(top_srcdir)/ext/timidity/gsttimidity.h \ - $(top_srcdir)/ext/timidity/gstwildmidi.h \ + $(top_srcdir)/ext/wildmidi/gstwildmidi.h \ $(top_srcdir)/ext/voaacenc/gstvoaacenc.h \ $(top_srcdir)/ext/voamrwbenc/gstvoamrwbenc.h \ $(top_srcdir)/ext/webrtcdsp/gstwebrtcdsp.h \ @@ -121,10 +118,6 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/audiovisualizers/gstwavescope.h \ $(top_srcdir)/gst/camerabin2/gstcamerabin2.h \ $(top_srcdir)/gst/coloreffects/gstcoloreffects.h \ - $(top_srcdir)/gst/dccp/gstdccpclientsink.h \ - $(top_srcdir)/gst/dccp/gstdccpclientsrc.h \ - $(top_srcdir)/gst/dccp/gstdccpserversink.h \ - $(top_srcdir)/gst/dccp/gstdccpserversrc.h \ $(top_srcdir)/gst/debugutils/fpsdisplaysink.h \ $(top_srcdir)/gst/dvdspu/gstdvdspu.h \ $(top_srcdir)/gst/festival/gstfestival.h \ @@ -156,7 +149,6 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/mpegtsmux/mpegtsmux.h \ $(top_srcdir)/gst/mxf/mxfdemux.h \ $(top_srcdir)/gst/mxf/mxfmux.h \ - $(top_srcdir)/gst/nuvdemux/gstnuvdemux.h \ $(top_srcdir)/gst/pcapparse/gstpcapparse.h \ $(top_srcdir)/gst/rawparse/gstaudioparse.h \ $(top_srcdir)/gst/rawparse/gstvideoparse.h \ |