ffmpeg: Remove BUILD_PATENTED for AC3
authorRosen Penev <redacted>
Fri, 26 Jan 2018 03:00:01 +0000 (19:00 -0800)
committerGitHub <redacted>
Fri, 26 Jan 2018 03:00:01 +0000 (19:00 -0800)
Dolby Digital patents expired February 1, 2017.

Signed-off-by: Rosen Penev <redacted>
multimedia/ffmpeg/Config.in

index ef0479564a467d2c43485287a9969283a5bceda6..72e61ed5428fa09ecdc46fd1b2f8b6818776efca 100644 (file)
@@ -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)"
git clone https://git.99rst.org/PROJECT