diff options
| author | Matthias C. M. Troffaes <matthias.troffaes@gmail.com> | 2021-07-06 21:45:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-06 13:45:15 -0700 |
| commit | 7179350f94ed5cafaf7c0ed9cffdca6adb6407a5 (patch) | |
| tree | ed866d65646db24161b82a096ff440a06c31b5a0 /versions | |
| parent | 8a07b5df24dc84255761d2aefb708f572d07f792 (diff) | |
| download | vcpkg-7179350f94ed5cafaf7c0ed9cffdca6adb6407a5.tar.gz vcpkg-7179350f94ed5cafaf7c0ed9cffdca6adb6407a5.zip | |
[ffmpeg] fix LGPL build, disable avisynthplus on static builds (#18803)
* [ffmpeg] do not pull in postproc for LGPL build
* [ffmpeg] disable avisynthplus on static builds (as it is not functional)
* [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 aeecefada..79a1eb9ca 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1982,7 +1982,7 @@ }, "ffmpeg": { "baseline": "4.4", - "port-version": 6 + "port-version": 7 }, "ffnvcodec": { "baseline": "10.0.26.0", diff --git a/versions/f-/ffmpeg.json b/versions/f-/ffmpeg.json index 14c7c2f68..c510b16ed 100644 --- a/versions/f-/ffmpeg.json +++ b/versions/f-/ffmpeg.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "efdbc20f5003313df2fde681a28ab8718455495f", + "version": "4.4", + "port-version": 7 + }, + { "git-tree": "8405d9f6850d7ceb6cede89a791b42c41253ef29", "version": "4.4", "port-version": 6 |
