Kagami / ffmpeg.js

Port of FFmpeg with Emscripten
Other
3.24k stars 329 forks source link

Ffmpeg.js not building on latest version of Emscripten #147

Open deju1980 opened 3 years ago

deju1980 commented 3 years ago

Hi folks,

I've been trying to build ffmpeg.js on Ubuntu using the instructions on the readme, however I've had a bit of trouble building the project. It seems the current Makefile is incompatible with the latest version of Emscripten. The only way I've managed to get the project to build is to checkout an earlier version of Emscripten (1.39.15) and run from there.

I'd like to add libshine to the build, but it's not compatible with the older version of Emscripten. Does anyone know how to modify the ffmpeg.js Makefile to get it to build with the latest version of Emscripten?