Update to latest AOM

This commit is contained in:
Ingvar Stepanyan
2021-03-09 15:20:47 +00:00
parent 89d5d8063d
commit ecc864120e
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
CODEC_URL = https://github.com/AOMediaCodec/libavif/archive/31d7c6d1e32cf467ac24fb8c7a76c4902a4c00db.tar.gz
CODEC_PACKAGE = node_modules/libavif.tar.gz
LIBAOM_URL = https://aomedia.googlesource.com/aom/+archive/v2.0.0.tar.gz
LIBAOM_URL = https://aomedia.googlesource.com/aom/+archive/4a8e276e3e0ef3c76083f3975d5caa85bc9593ce.tar.gz
LIBAOM_PACKAGE = node_modules/libaom.tar.gz
export CODEC_DIR = node_modules/libavif

View File

@@ -971,9 +971,9 @@ function updateGlobalBufferAndViews(buf) {
Module['HEAPF64'] = HEAPF64 = new Float64Array(buf);
}
var STACK_BASE = 6122000,
var STACK_BASE = 6122160,
STACKTOP = STACK_BASE,
STACK_MAX = 879120;
STACK_MAX = 879280;
var TOTAL_STACK = 5242880;

Binary file not shown.