diff options
| author | Matthias C. M. Troffaes <matthias.troffaes@gmail.com> | 2021-04-28 22:35:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-28 14:35:29 -0700 |
| commit | d0f18bbccdbdd96a08d0f78a93cbf2d6aef4c1e0 (patch) | |
| tree | 7ff245796c413327548807b85a7725af2284dfa0 /versions | |
| parent | a679cddd07378443a595790cd0ea17f0d10f8e94 (diff) | |
| download | vcpkg-d0f18bbccdbdd96a08d0f78a93cbf2d6aef4c1e0.tar.gz vcpkg-d0f18bbccdbdd96a08d0f78a93cbf2d6aef4c1e0.zip | |
[ffmpeg] avdevice xcb linking fix on linux (#17467)
* [ffmpeg] avdevice depends on xcb on linux
* [ffmpeg] bump port version
* [ffmpeg] x-add-version
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/f-/ffmpeg.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 98779fa9e..bc9878416 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1950,7 +1950,7 @@ }, "ffmpeg": { "baseline": "4.3.2", - "port-version": 5 + "port-version": 6 }, "ffnvcodec": { "baseline": "10.0.26.0", diff --git a/versions/f-/ffmpeg.json b/versions/f-/ffmpeg.json index 303dff2b2..633f998f4 100644 --- a/versions/f-/ffmpeg.json +++ b/versions/f-/ffmpeg.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "a6d19d895b8c522d7d1179d93ae1e9386ac38ac2", + "version-string": "4.3.2", + "port-version": 6 + }, + { "git-tree": "68f6d071ba23bf8ad28a12a507c8089a47a76d73", "version-string": "4.3.2", "port-version": 5 |
