diff options
| author | emptyVoid <emptyVoid@users.noreply.github.com> | 2019-06-10 23:07:18 +0700 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-06-10 09:07:18 -0700 |
| commit | 05981587ce8fbf729c27234d2807269a459553d6 (patch) | |
| tree | aebf4d47ca2cbbf0e80511c28a26bfcc9d3607f7 /ports/ffmpeg/CONTROL | |
| parent | 7b0df74ced4e72841d29f89ea021cc215129dcbc (diff) | |
| download | vcpkg-05981587ce8fbf729c27234d2807269a459553d6.tar.gz vcpkg-05981587ce8fbf729c27234d2807269a459553d6.zip | |
[FFmpeg] Add 'vpx' feature. (#6784)
Diffstat (limited to 'ports/ffmpeg/CONTROL')
| -rw-r--r-- | ports/ffmpeg/CONTROL | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ports/ffmpeg/CONTROL b/ports/ffmpeg/CONTROL index 037fcb975..ca28e399e 100644 --- a/ports/ffmpeg/CONTROL +++ b/ports/ffmpeg/CONTROL @@ -1,5 +1,5 @@ Source: ffmpeg -Version: 4.1-5 +Version: 4.1-6 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. @@ -27,6 +27,10 @@ Feature: bzip2 Build-Depends: bzip2 Description: bzip2 support in ffmpeg +Feature: vpx +Build-Depends: libvpx +Description: WebM VP8/VP9 support in ffmpeg + Feature: x264 Build-Depends: x264, ffmpeg[gpl] Description: x264 support in ffmpeg |
