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

Disable inline asm

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