Commit 57b11e9a authored by Jerome Wu's avatar Jerome Wu

Add build ffmpeg.wasm script

parent 307b3030
......@@ -3,7 +3,7 @@
# verify Emscripten version
emcc -v
# configure FFMpeg with Emscripten
# configure FFmpeg with Emscripten
emconfigure ./configure \
--disable-x86asm \
--nm="llvm-nm -g" \
......@@ -14,3 +14,7 @@ emconfigure ./configure \
--cxx=em++ \
--objcc=emcc \
--dep-cc=emcc
# build FFmpeg.wasm
emmake make -j
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