From 224964e06b3bb6c99220205a2fc4d33e4e56a5b4 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 25 Jan 2018 19:00:01 -0800 Subject: [PATCH] ffmpeg: Remove BUILD_PATENTED for AC3 Dolby Digital patents expired February 1, 2017. Signed-off-by: Rosen Penev --- multimedia/ffmpeg/Config.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/multimedia/ffmpeg/Config.in b/multimedia/ffmpeg/Config.in index ef0479564a..72e61ed542 100644 --- a/multimedia/ffmpeg/Config.in +++ b/multimedia/ffmpeg/Config.in @@ -161,7 +161,6 @@ comment "Encoders" config FFMPEG_CUSTOM_ENCODER_ac3 bool "AC3" - depends on FFMPEG_CUSTOM_PATENTED config FFMPEG_CUSTOM_ENCODER_jpegls bool "JPEG-LS" @@ -204,7 +203,6 @@ config FFMPEG_CUSTOM_SELECT_adpcm config FFMPEG_CUSTOM_DECODER_ac3 bool "AC3" - depends on FFMPEG_CUSTOM_PATENTED config FFMPEG_CUSTOM_DECODER_alac bool "ALAC" @@ -308,7 +306,6 @@ comment "Muxers" config FFMPEG_CUSTOM_MUXER_ac3 bool "AC3" - depends on FFMPEG_CUSTOM_PATENTED config FFMPEG_CUSTOM_MUXER_ffm bool "FFM (ffserver live feed)"