Browse Source

Merge pull request #5618 from neheb/ffm

ffmpeg: Remove BUILD_PATENTED for MPEG2 video.
lilik-openwrt-22.03
Ted Hess 7 years ago
committed by GitHub
parent
commit
6dc4c55953
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      multimedia/ffmpeg/Config.in

+ 0
- 2
multimedia/ffmpeg/Config.in View File

@ -170,7 +170,6 @@ config FFMPEG_CUSTOM_ENCODER_mpeg1video
config FFMPEG_CUSTOM_ENCODER_mpeg2video config FFMPEG_CUSTOM_ENCODER_mpeg2video
bool "MPEG-2 Video" bool "MPEG-2 Video"
depends on FFMPEG_CUSTOM_PATENTED
config FFMPEG_CUSTOM_ENCODER_mpeg4 config FFMPEG_CUSTOM_ENCODER_mpeg4
bool "MPEG-4" bool "MPEG-4"
@ -253,7 +252,6 @@ config FFMPEG_CUSTOM_DECODER_mpeg1video
config FFMPEG_CUSTOM_DECODER_mpeg2video config FFMPEG_CUSTOM_DECODER_mpeg2video
bool "MPEG-2 Video" bool "MPEG-2 Video"
depends on FFMPEG_CUSTOM_PATENTED
config FFMPEG_CUSTOM_DECODER_mpeg4 config FFMPEG_CUSTOM_DECODER_mpeg4
bool "MPEG-4" bool "MPEG-4"


Loading…
Cancel
Save