diff options
| author | Matthias C. M. Troffaes <matthias.troffaes@gmail.com> | 2021-01-28 02:29:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-27 18:29:58 -0800 |
| commit | 3c466eb80c705ec42dbb278351e2ef2f5253b622 (patch) | |
| tree | f3fcd955ab379aa10bf9aaf3325eade540ee6aab /ports/ffmpeg/CONTROL | |
| parent | d2cc90fe9c27e02ca1008ebc34a806ea64399727 (diff) | |
| download | vcpkg-3c466eb80c705ec42dbb278351e2ef2f5253b622.tar.gz vcpkg-3c466eb80c705ec42dbb278351e2ef2f5253b622.zip | |
[ffmpeg] use nasm instead of yasm (#14547)
* [ffmpeg] use nasm instead of yasm
* [ffmpeg] bump port version
* [ffmpeg] remove old yasm path reference
* update baseline
* [ffmpeg] fall back to yasm on x86
* [ffmpeg] add comment in portfile about issue with ffmpeg nasm build for future reference
* [ffmpeg] update git-tree
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.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 49db6d023..c58ac7439 100644 --- a/ports/ffmpeg/CONTROL +++ b/ports/ffmpeg/CONTROL @@ -1,6 +1,6 @@ Source: ffmpeg Version: 4.3.1 -Port-Version: 9 +Port-Version: 10 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. |
