-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smaller binary size #208
Comments
If the environment provides FFmpeg as shared libraries (.so files), it should be possible to link against those instead of statically compiling with FFmpeg. In the Makefile, this is the default behavior (FF_VER=shared) |
Hey @anthwlock, Do you have any hints on how the
It's worth mentioning that I'm not good at programming :/. Thanks for your time and best wishes, |
You could
I recommend the last option, but I understand that sometimes it might not be easy to obtain a newer one. You could try to get a precompiled LLVM tool chain: https://releases.llvm.org/download.html You could try to ask ChatGPT (or similar) about any of the previous steps, in case you need further help. Good luck |
Hi, Thanks for this great project.
We want to use it on an embedded project with a small amount of free storage memory, We do have ffmpeg (5.1) in the system.
Can this be compiled in a way that will use significantly less disk space?
The text was updated successfully, but these errors were encountered: