ffmpeg.wasm icon indicating copy to clipboard operation
ffmpeg.wasm copied to clipboard

compiled lib does not work because it doesnt have _proxy_main

Open dimagoltsman opened this issue 2 years ago • 1 comments

Describe the bug compiled lib does not work because it doesnt have _proxy_main

To Reproduce just clone and run build-with-docker.sh

Expected behavior createFfmpeg should work

Additional context js error: Cannot call unknown function proxy_main, make sure it is exported

and if im adding the _proxy_main to the script: emcc: error: undefined exported symbol: "_proxy_main"

dimagoltsman avatar May 30 '22 09:05 dimagoltsman

have the same problem

DogeVenci avatar Jul 28 '22 02:07 DogeVenci

i'm also facing the same problem

kiran-venugopal avatar Feb 19 '23 13:02 kiran-venugopal