diff options
| author | Matthias C. M. Troffaes <matthias.troffaes@gmail.com> | 2021-04-30 19:01:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-30 11:01:30 -0700 |
| commit | 63c7a82c6a7715f4dd1123c216ed8ecc497ec41a (patch) | |
| tree | d526784d6b2d666051b8215079f603b27a9b842c /ports/ffmpeg/CONTROL | |
| parent | 8dad905c6f5b8a44ce72de7221b9165a591de107 (diff) | |
| download | vcpkg-63c7a82c6a7715f4dd1123c216ed8ecc497ec41a.tar.gz vcpkg-63c7a82c6a7715f4dd1123c216ed8ecc497ec41a.zip | |
[ffmpeg] add openh264 support (#17531)
* [ffmpeg] add openh264 support
* [ffmpeg] bump port version
* [ffmpeg] x-add-version
Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
Diffstat (limited to 'ports/ffmpeg/CONTROL')
| -rw-r--r-- | ports/ffmpeg/CONTROL | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ports/ffmpeg/CONTROL b/ports/ffmpeg/CONTROL index a4480805e..ebf6d8dcb 100644 --- a/ports/ffmpeg/CONTROL +++ b/ports/ffmpeg/CONTROL @@ -1,6 +1,6 @@ Source: ffmpeg Version: 4.3.2 -Port-Version: 6 +Port-Version: 7 Homepage: https://ffmpeg.org Description: a library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations. @@ -55,7 +55,7 @@ Feature: version3 Description: Upgrade (L)GPL to version 3 Feature: all -Build-Depends: ffmpeg[bzip2,iconv,freetype,lzma,mp3lame,openjpeg,opus,snappy,soxr,speex,theora,vorbis,vpx,webp,zlib], ffmpeg[ass] (!(uwp | arm)), ffmpeg[dav1d] (!(uwp | arm | x86 | osx)), ffmpeg[fontconfig] (!(windows & static) & !(uwp | arm)), ffmpeg[fribidi] (!(uwp | arm)), ffmpeg[ilbc] (!(arm & uwp)), ffmpeg[modplug] (!(windows & static) & !uwp), ffmpeg[nvcodec] ((windows | linux) & !uwp & !arm), ffmpeg[opencl] (!uwp), ffmpeg[ssh] (!(uwp | arm) & !static), ffmpeg[opengl] (!uwp & !(windows & arm) & !osx), ffmpeg[sdl2] (!osx), ffmpeg[tensorflow] (!(x86 | arm | uwp) & !static), ffmpeg[tesseract] (!uwp & !(windows & arm) & !static), ffmpeg[wavpack] (!arm), ffmpeg[xml2] (!static) +Build-Depends: ffmpeg[bzip2,iconv,freetype,lzma,mp3lame,openh264,openjpeg,opus,snappy,soxr,speex,theora,vorbis,vpx,webp,zlib], ffmpeg[ass] (!(uwp | arm)), ffmpeg[dav1d] (!(uwp | arm | x86 | osx)), ffmpeg[fontconfig] (!(windows & static) & !(uwp | arm)), ffmpeg[fribidi] (!(uwp | arm)), ffmpeg[ilbc] (!(arm & uwp)), ffmpeg[modplug] (!(windows & static) & !uwp), ffmpeg[nvcodec] ((windows | linux) & !uwp & !arm), ffmpeg[opencl] (!uwp), ffmpeg[ssh] (!(uwp | arm) & !static), ffmpeg[opengl] (!uwp & !(windows & arm) & !osx), ffmpeg[sdl2] (!osx), ffmpeg[tensorflow] (!(x86 | arm | uwp) & !static), ffmpeg[tesseract] (!uwp & !(windows & arm) & !static), ffmpeg[wavpack] (!arm), ffmpeg[xml2] (!static) Description: Build with all allowed dependencies selected that are compatible with the lgpl license Feature: all-gpl @@ -130,6 +130,10 @@ Feature: opengl Build-Depends: opengl, opengl-registry Description: OpenGL rendering +Feature: openh264 +Build-Depends: openh264 +Description: H.264 de/encoding via openh264 + Feature: openjpeg Build-Depends: openjpeg Description: JPEG 2000 de/encoding via OpenJPEG |
