Update avif_enc_mt.js

This commit is contained in:
Ingvar Stepanyan
2021-03-04 13:12:17 +00:00
committed by GitHub
parent e66c292e86
commit f1a9235de2

View File

@@ -4079,6 +4079,7 @@ function resetPrototype(constructor, attrs) {
}
function _pthread_create(pthread_ptr, attr, start_routine, arg) {
console.trace("creating a pthread");
if (typeof SharedArrayBuffer === "undefined") {
err("Current environment does not support SharedArrayBuffer, pthreads are not available!");
return 6;