Commit 3fa2cafd authored by Jerome Wu's avatar Jerome Wu

Disable inline asm

parent 57b11e9a
......@@ -6,6 +6,7 @@ emcc -v
# configure FFmpeg with Emscripten
emconfigure ./configure \
--disable-x86asm \
--disable-inline-asm \ # Disable inline asm
--nm="llvm-nm -g" \
--ar=emar \
--as=llvm-as \
......@@ -16,5 +17,4 @@ emconfigure ./configure \
--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