Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save webstorage119/91000244acf49a846b5345f900d778b9 to your computer and use it in GitHub Desktop.
Save webstorage119/91000244acf49a846b5345f900d778b9 to your computer and use it in GitHub Desktop.
ffmpeg emscripten build
# reference: https://itnext.io/build-ffmpeg-webassembly-version-ffmpeg-js-part-2-compile-with-emscripten-4c581e8c9a16
# tested in macos / emscripten 1.38.48
emconfigure ./configure \
--disable-x86asm --disable-inline-asm --disable-doc --disable-stripping \
--nm="$EMSDK/upstream/bin/llvm-nm -g" \
--ar=emar --cc=emcc --cxx=em++ --objcc=emcc --dep-cc=emcc
emmake make -j8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment