aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_list.c
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 /src/decoder_list.c
parent541192c9412398f0adbbaaa24c02875c49b63d72 (diff)
downloadmpd-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 'src/decoder_list.c')
-rw-r--r--src/decoder_list.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/decoder_list.c b/src/decoder_list.c
index faf71f777..80f6db1f3 100644
--- a/src/decoder_list.c
+++ b/src/decoder_list.c
@@ -40,7 +40,6 @@ extern const struct decoder_plugin mad_decoder_plugin;
extern const struct decoder_plugin mpg123_decoder_plugin;
extern const struct decoder_plugin sndfile_decoder_plugin;
extern const struct decoder_plugin audiofile_decoder_plugin;
-extern const struct decoder_plugin mp4ff_decoder_plugin;
extern const struct decoder_plugin faad_decoder_plugin;
extern const struct decoder_plugin mpcdec_decoder_plugin;
extern const struct decoder_plugin modplug_decoder_plugin;
@@ -80,9 +79,6 @@ const struct decoder_plugin *const decoder_plugins[] = {
#ifdef HAVE_FAAD
&faad_decoder_plugin,
#endif
-#ifdef HAVE_MP4
- &mp4ff_decoder_plugin,
-#endif
#ifdef HAVE_MPCDEC
&mpcdec_decoder_plugin,
#endif