diff options
author | Ted Hess <thess@kitschensync.net> | 2018-02-10 07:51:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-10 07:51:54 -0500 |
commit | 11f435adc667b97467fc04d5a3fb72523847eb82 (patch) | |
tree | 1a4da1ca47a3c13e3c1b5eb0619afe6fba0da050 /multimedia | |
parent | ffbdc7e4fdd825fdaa371ea6c00c06a0b830f422 (diff) | |
parent | 224964e06b3bb6c99220205a2fc4d33e4e56a5b4 (diff) |
Merge pull request #5507 from neheb/patch-3
ffmpeg: Remove BUILD_PATENTED for AC3
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffmpeg/Config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/multimedia/ffmpeg/Config.in b/multimedia/ffmpeg/Config.in index ef0479564..72e61ed54 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)" |