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

Add build ffmpeg.wasm script

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