aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-28 20:43:01 +0100
committerMax Kellermann <max@duempel.org>2013-01-28 21:32:14 +0100
commit88c17926e4b5d5d88025b62a84a8c83991f397ff (patch)
treee82bc9287a421599b0fb7e1fe3cf01409e3f8d27 /Makefile.am
parent541192c9412398f0adbbaaa24c02875c49b63d72 (diff)
decoder/mp4ff: delete obsolete plugin
The underlying library has been obsolete for many years.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index cf023a6b..4a1dfea7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -499,7 +499,6 @@ DECODER_LIBS = \
$(MAD_LIBS) \
$(MPG123_LIBS) \
$(OPUS_LIBS) \
- $(MP4FF_LIBS) \
$(FFMPEG_LIBS) \
$(MPCDEC_LIBS) \
$(ADPLUG_LIBS) \
@@ -549,10 +548,6 @@ if HAVE_FAAD
libdecoder_plugins_a_SOURCES += src/decoder/faad_decoder_plugin.c
endif
-if HAVE_MP4
-libdecoder_plugins_a_SOURCES += src/decoder/mp4ff_decoder_plugin.c
-endif
-
if HAVE_XIPH
libdecoder_plugins_a_SOURCES += \
src/decoder/XiphTags.c src/decoder/XiphTags.h \