|
|
|
|
|
by pritambaral
3514 days ago
|
|
That is not what I meant. I meant using the same version of ffmpeg as the shared lib linked with Electron and linked with the binary. So, your bundle would have libavutil.so somewhere in a `lib/` folder, and in the `bin/` folder you'd have `ffmpeg` and `electron` (or equivalent) both dynamically linked against the `lib/libavutil.so`. |
|