[libvpx] Update to 1.8.1. (#8086)

This commit is contained in:
Joseph Davies 2019-09-07 17:46:02 -07:00 committed by Griffin Downs
parent 40043f23dc
commit 9c76ee368a
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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})