ffmpeg: Remove BUILD_PATENTED for MPEG2 video. 5618/head
authorRosen Penev <rosenp@gmail.com>
Wed, 14 Feb 2018 20:51:49 +0000 (12:51 -0800)
committerRosen Penev <rosenp@gmail.com>
Wed, 14 Feb 2018 20:51:49 +0000 (12:51 -0800)
According to the MPEG-LA, the last patent expired February 13, 2018.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
multimedia/ffmpeg/Config.in

index 72e61ed5428fa09ecdc46fd1b2f8b6818776efca..333b53ba1e8866c991c823d6024555f828d78f72 100644 (file)
@@ -170,7 +170,6 @@ config FFMPEG_CUSTOM_ENCODER_mpeg1video
 
 config FFMPEG_CUSTOM_ENCODER_mpeg2video
        bool "MPEG-2 Video"
-       depends on FFMPEG_CUSTOM_PATENTED
 
 config FFMPEG_CUSTOM_ENCODER_mpeg4
        bool "MPEG-4"
@@ -253,7 +252,6 @@ config FFMPEG_CUSTOM_DECODER_mpeg1video
 
 config FFMPEG_CUSTOM_DECODER_mpeg2video
        bool "MPEG-2 Video"
-       depends on FFMPEG_CUSTOM_PATENTED
 
 config FFMPEG_CUSTOM_DECODER_mpeg4
        bool "MPEG-4"