From: Ian Leonard Date: Fri, 1 Aug 2014 07:50:31 +0000 (-0700) Subject: ffmpeg: Drop the libdlna profile from the Custom ffmpeg option. Libdlna is no longer... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=77366562a52485875641e7c81196bdb73ea445bf;p=feed%2Fpackages.git ffmpeg: Drop the libdlna profile from the Custom ffmpeg option. Libdlna is no longer in the package feed, and has an inactive upstream. Signed-off-by: Ian Leonard --- diff --git a/multimedia/ffmpeg/Config.in b/multimedia/ffmpeg/Config.in index c6742113d3..429140666f 100644 --- a/multimedia/ffmpeg/Config.in +++ b/multimedia/ffmpeg/Config.in @@ -14,26 +14,6 @@ config FFMPEG_CUSTOM_FFSERVER_SUPPORT select FFMPEG_CUSTOM_DEMUXER_rtsp select FFMPEG_CUSTOM_PROTOCOL_rtp -config FFMPEG_CUSTOM_LIBDLNA_SUPPORT - bool "Include support for libdlna/ushare" - depends on FFMPEG_CUSTOM_PATENTED - select FFMPEG_CUSTOM_DECODER_ac3 - select FFMPEG_CUSTOM_DECODER_atrac3 - select FFMPEG_CUSTOM_DECODER_h264 - select FFMPEG_CUSTOM_DECODER_jpegls - select FFMPEG_CUSTOM_DECODER_mp3 - select FFMPEG_CUSTOM_DECODER_mpeg1video - select FFMPEG_CUSTOM_DECODER_mpeg2video - select FFMPEG_CUSTOM_DECODER_mpeg4 - select FFMPEG_CUSTOM_DECODER_mpegvideo - select FFMPEG_CUSTOM_DECODER_wmav1 - select FFMPEG_CUSTOM_DECODER_wmav2 - select FFMPEG_CUSTOM_DECODER_png - select FFMPEG_CUSTOM_DEMUXER_ac3 - select FFMPEG_CUSTOM_DEMUXER_h264 - select FFMPEG_CUSTOM_DEMUXER_mp3 - select FFMPEG_CUSTOM_DEMUXER_mpegvideo - config FFMPEG_CUSTOM_MINIDLNA_SUPPORT bool "Include support for minidlna" depends on FFMPEG_CUSTOM_PATENTED