diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2013-02-11 23:29:59 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2013-02-11 23:29:59 +0000 |
commit | fced457ad460fc81ba7ee07705a57e3014bf85fa (patch) | |
tree | 72f5956bc001b80d1d6b27fc0f20f8605cc5cc45 /Makefile.am | |
parent | e3afe460a4c4a4bbf841d4b16920108fc009b123 (diff) | |
download | gstreamer-plugins-bad-fced457ad460fc81ba7ee07705a57e3014bf85fa.tar.gz |
swfdec: remove
The swfdec project is dead, and this plugin was
never really useful because of the way swf works.
Remove it before someone accidentally ports it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 72ea6145b..63487e167 100644 --- a/Makefile.am +++ b/Makefile.am @@ -104,6 +104,7 @@ CRUFT_DIRS = \ $(top_srcdir)/ext/ivorbis \ $(top_srcdir)/ext/jack \ $(top_srcdir)/ext/metadata \ + $(top_srcdir)/ext/swfdec \ $(top_srcdir)/ext/tarkin \ $(top_srcdir)/ext/theora \ $(top_srcdir)/ext/vp8 |