diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-09-02 05:27:04 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-01 14:27:04 -0700 |
| commit | 44fac549c4bbd7592eed8c1f2cf7435265257890 (patch) | |
| tree | 81a3d2d52d738c581eac8688949ac1ec13a5f189 /versions | |
| parent | 409c1c4a05f853e3204b5914e693221576525cd6 (diff) | |
| download | vcpkg-44fac549c4bbd7592eed8c1f2cf7435265257890.tar.gz vcpkg-44fac549c4bbd7592eed8c1f2cf7435265257890.zip | |
[libvpx] Add pkgconfig (#19355)
* [libvpx] Add pkgconfig check
* Update version files
* Add vpx.pc.in on Windows
* Update versions/l-/libvpx.json
* Remove -lm from vpx.pc.in file
* Update versions/l-/libvpx.json
* Remove debug messages
* Update versions/l-/libvpx.json
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libvpx.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index dc1a5d388..58ff7af0a 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3782,7 +3782,7 @@ }, "libvpx": { "baseline": "1.10.0", - "port-version": 0 + "port-version": 1 }, "libwandio": { "baseline": "4.2.1", diff --git a/versions/l-/libvpx.json b/versions/l-/libvpx.json index 2a678f182..e4aa292ed 100644 --- a/versions/l-/libvpx.json +++ b/versions/l-/libvpx.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "55be5e09000631b1dacd6f86d174eb2cade91bf5", + "version-semver": "1.10.0", + "port-version": 1 + }, + { "git-tree": "ba9e1f9d346412c76f17d9fda5a3fbd5b5555afa", "version-semver": "1.10.0", "port-version": 0 |
