From 88c17926e4b5d5d88025b62a84a8c83991f397ff Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 28 Jan 2013 20:43:01 +0100 Subject: decoder/mp4ff: delete obsolete plugin The underlying library has been obsolete for many years. --- src/decoder_list.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/decoder_list.c') 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 -- cgit v1.2.3