mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:49:08 +08:00
[libvpx] Update to 1.8.1. (#8086)
This commit is contained in:
parent
40043f23dc
commit
9c76ee368a
@ -1,4 +1,4 @@
|
||||
Source: libvpx
|
||||
Version: 1.7.0-3
|
||||
Version: 1.8.1
|
||||
Homepage: https://github.com/webmproject/libvpx
|
||||
Description: The reference software implementation for the video coding formats VP8 and VP9.
|
||||
|
@ -2,8 +2,8 @@ include(vcpkg_common_functions)
|
||||
|
||||
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
|
||||
set(LIBVPX_VERSION 1.7.0)
|
||||
set(LIBVPX_HASH 8b3b766b550f8d86907628d7ed88035f9a2612aac21542e0fd5ad35b905eb82cbe1be02a1a24afce7a3bcc4766f62611971f72724761996b392136c40a1e7ff0)
|
||||
set(LIBVPX_VERSION 1.8.1)
|
||||
set(LIBVPX_HASH 615476a929e46befdd4782a39345ce55cd30176ecb2fcd8a875c31694ae2334b395dcab9c5ba58d53ceb572ed0c022d2a3748ca4bbd36092e22b01cf3c9b2e8e)
|
||||
|
||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/libvpx-${LIBVPX_VERSION})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user