Commit 7e3fd4a8 authored by NzSN's avatar NzSN

Single thread

parent 80aca1bd
...@@ -10,7 +10,7 @@ export PATH=$PATH:$EMSDK/upstream/bin ...@@ -10,7 +10,7 @@ export PATH=$PATH:$EMSDK/upstream/bin
# if yes, we are building a single thread version of # if yes, we are building a single thread version of
# ffmpeg.wasm-core, which is slow but compatible with # ffmpeg.wasm-core, which is slow but compatible with
# most browsers as there is no SharedArrayBuffer. # most browsers as there is no SharedArrayBuffer.
FFMPEG_ST=${FFMPEG_ST:-no} FFMPEG_ST=${FFMPEG_ST:-yes}
# Root directory # Root directory
ROOT_DIR=$PWD ROOT_DIR=$PWD
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment