Fix single threaded avif encoding (#1409)

* Fix single threaded encoding by compiling a separate copy of libsharpyuv
- This version will have threads turned off

* Add the fixed compilations of avif_enc.js and the wasm file

* ensure that ST and MT builds run sequentially

* update OUT_ENC_JS to be an order-only dependency

* use WEBP_BUILD_WEBP_JS=ON flag instead

* update compiled ST files

* refactor to use -DWEBP_USE_THREAD=OFF
This commit is contained in:
Jamie
2024-08-13 19:11:17 +09:00
committed by GitHub
parent 19beb1a7ab
commit 5f72c2ed74
3 changed files with 31 additions and 5 deletions

File diff suppressed because one or more lines are too long