mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 11:18:03 +08:00
[libvpx] update to 1.11.0 (#24372)
* [libvpx] update to 1.11.0 * update version * update license * update version
This commit is contained in:
parent
94c728df6b
commit
9f643818c1
@ -1,12 +1,12 @@
|
|||||||
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||||
|
|
||||||
set(LIBVPX_VERSION 1.10.0)
|
set(LIBVPX_VERSION 1.11.0)
|
||||||
|
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO webmproject/libvpx
|
REPO webmproject/libvpx
|
||||||
REF v${LIBVPX_VERSION}
|
REF v${LIBVPX_VERSION}
|
||||||
SHA512 f88c588145b5164e98531b75215e119056cd806a9dbe6599bb9dab35c0af0ecd4b3daabee7d795e412a58aeb543d5c7dc0107457c4bd8f4d434e966e8e22a32d
|
SHA512 7aa5d30afa956dccda60917fd82f6f9992944ca893437c8cd53a04d1b7a94e0210431954aa136594dc400340123cc166dcc855753e493c8d929667f4c42b65a5
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
PATCHES
|
PATCHES
|
||||||
0002-Fix-nasm-debug-format-flag.patch
|
0002-Fix-nasm-debug-format-flag.patch
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "libvpx",
|
"name": "libvpx",
|
||||||
"version-semver": "1.10.0",
|
"version": "1.11.0",
|
||||||
"port-version": 2,
|
|
||||||
"description": "The reference software implementation for the video coding formats VP8 and VP9.",
|
"description": "The reference software implementation for the video coding formats VP8 and VP9.",
|
||||||
"homepage": "https://github.com/webmproject/libvpx",
|
"homepage": "https://github.com/webmproject/libvpx",
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
"features": {
|
"features": {
|
||||||
"highbitdepth": {
|
"highbitdepth": {
|
||||||
"description": "use VP9 high bit depth (10/12) profiles"
|
"description": "use VP9 high bit depth (10/12) profiles"
|
||||||
|
@ -4157,8 +4157,8 @@
|
|||||||
"port-version": 2
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"libvpx": {
|
"libvpx": {
|
||||||
"baseline": "1.10.0",
|
"baseline": "1.11.0",
|
||||||
"port-version": 2
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"libwandio": {
|
"libwandio": {
|
||||||
"baseline": "4.2.1",
|
"baseline": "4.2.1",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "3ec8aec9ecbcb2e3b5a0af7cea8045359d9aec94",
|
||||||
|
"version": "1.11.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "79a7e2cf4e6df063990dc59d1aa221150eb0ce0e",
|
"git-tree": "79a7e2cf4e6df063990dc59d1aa221150eb0ce0e",
|
||||||
"version-semver": "1.10.0",
|
"version-semver": "1.10.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user