diff options
| author | Matthias C. M. Troffaes <matthias.troffaes@gmail.com> | 2021-04-14 21:46:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-14 13:46:12 -0700 |
| commit | b1e352c60e706098ac3b5421856ae012eeeb832e (patch) | |
| tree | cb0cfde4f1c93bb06acca541142601c168673ed4 /ports/ffmpeg/CONTROL | |
| parent | 3639676313a3e8b6fe1e94b9e7917b71d32511e3 (diff) | |
| download | vcpkg-b1e352c60e706098ac3b5421856ae012eeeb832e.tar.gz vcpkg-b1e352c60e706098ac3b5421856ae012eeeb832e.zip | |
[ffmpeg] no longer hardcode version strings in FindFFMPEG script (#17236)
* [ffmpeg] no longer hardcode version strings in FindFFMPEG script
* [ffmpeg] bump port version
* [ffmpeg] x-add-version
* [ffmpeg] use OUTPUT_VARIABLE for extract_version_from_component
* [ffmpeg] x-add-version
* Apply suggestions from code review
* [ffmpeg] fix minor typo
* [ffmpeg] fix another minor typo
* [ffmpeg] x-add-version
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Diffstat (limited to 'ports/ffmpeg/CONTROL')
| -rw-r--r-- | ports/ffmpeg/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/ffmpeg/CONTROL b/ports/ffmpeg/CONTROL index 2548dc301..6c0b0ca21 100644 --- a/ports/ffmpeg/CONTROL +++ b/ports/ffmpeg/CONTROL @@ -1,6 +1,6 @@ Source: ffmpeg Version: 4.3.2 -Port-Version: 2 +Port-Version: 3 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. |
