diff options
author | Max Kellermann <max@duempel.org> | 2013-01-28 20:43:01 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-28 21:32:14 +0100 |
commit | 88c17926e4b5d5d88025b62a84a8c83991f397ff (patch) | |
tree | e82bc9287a421599b0fb7e1fe3cf01409e3f8d27 /Makefile.am | |
parent | 541192c9412398f0adbbaaa24c02875c49b63d72 (diff) | |
download | mpd-88c17926e4b5d5d88025b62a84a8c83991f397ff.tar.gz mpd-88c17926e4b5d5d88025b62a84a8c83991f397ff.tar.xz mpd-88c17926e4b5d5d88025b62a84a8c83991f397ff.zip |
decoder/mp4ff: delete obsolete plugin
The underlying library has been obsolete for many years.
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index cf023a6bd..4a1dfea7a 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 \ |