summaryrefslogtreecommitdiff
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-02-11 23:29:59 +0000
committerTim-Philipp Müller <tim@centricular.net>2013-02-11 23:29:59 +0000
commitfced457ad460fc81ba7ee07705a57e3014bf85fa (patch)
tree72f5956bc001b80d1d6b27fc0f20f8605cc5cc45 /ext/Makefile.am
parente3afe460a4c4a4bbf841d4b16920108fc009b123 (diff)
downloadgstreamer-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 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index b0a128527..88a5f54f3 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -324,12 +324,6 @@ else
GME_DIR=
endif
-if USE_SWFDEC
-#SWFDEC_DIR=swfdec
-else
-SWFDEC_DIR=
-endif
-
if USE_TELETEXTDEC
TELETEXTDEC_DIR=teletextdec
else
@@ -415,7 +409,6 @@ SUBDIRS=\
$(SPANDSP_DIR) \
$(GME_DIR) \
$(SPC_DIR) \
- $(SWFDEC_DIR) \
$(TELETEXTDEC_DIR) \
$(TIMIDITY_DIR) \
$(XVID_DIR) \
@@ -470,7 +463,6 @@ DIST_SUBDIRS = \
spandsp \
spc \
gme \
- swfdec \
teletextdec \
timidity \
voaacenc \