From 77366562a52485875641e7c81196bdb73ea445bf Mon Sep 17 00:00:00 2001 From: Ian Leonard Date: Fri, 1 Aug 2014 00:50:31 -0700 Subject: [PATCH] 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 --- multimedia/ffmpeg/Config.in | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/multimedia/ffmpeg/Config.in b/multimedia/ffmpeg/Config.in index c6742113d..429140666 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