diff options
author | sr55 <[email protected]> | 2018-05-13 15:56:38 +0100 |
---|---|---|
committer | Scott <[email protected]> | 2018-05-18 23:23:50 +0100 |
commit | 6d7a0df56df2c1b4a9e189a9ade834f14ce249b0 (patch) | |
tree | 725385ceba92c93fbe06c6895a3ed72a665ac467 /contrib | |
parent | de65fd561304c553c13fe06f35796a31dd362602 (diff) |
Lib: Update LibVPX to 1.7.0
This fixes corrupted output issue on macos
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libvpx/module.defs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libvpx/module.defs b/contrib/libvpx/module.defs index 1630ae81c..35b4957be 100644 --- a/contrib/libvpx/module.defs +++ b/contrib/libvpx/module.defs @@ -7,9 +7,9 @@ endif $(eval $(call import.MODULE.defs,LIBVPX,libvpx,$(__deps__))) $(eval $(call import.CONTRIB.defs,LIBVPX)) -LIBVPX.FETCH.url = https://download.handbrake.fr/contrib/libvpx-1.6.1.tar.bz2 -LIBVPX.FETCH.url += https://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-1.6.1.tar.bz2 -LIBVPX.FETCH.sha256 = 1c2c0c2a97fba9474943be34ee39337dee756780fc12870ba1dc68372586a819 +LIBVPX.FETCH.url = https://download.handbrake.fr/contrib/libvpx-1.7.0.tar.gz +LIBVPX.FETCH.url += https://github.com/webmproject/libvpx/archive/v1.7.0.tar.gz +LIBVPX.FETCH.sha256 = 1fec931eb5c94279ad219a5b6e0202358e94a93a90cfb1603578c326abfc1238 LIBVPX.CONFIGURE.args.host = LIBVPX.CONFIGURE.deps = |