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. --- Makefile.am | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3