Closed tsightler closed 10 months ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been closed as no further activity has occurred.
Describe The Bug: Honestly, this is perhaps not really a bug, but as I was updating my project to use these newer libraries I noticed that the size of the docker image had increased by more than 25%, from 75MB to more than 100MB, at least for the x86_64 and arm64 builds (the 32-bit arm builds increased less, but still probably 15%).
At first I couldn't find why because nothing in my build process had changed, but in comparing ffmpeg I saw that the new 6.0 binaries are more than 2x the size of the 5.0 binaries, moving from 32MB to 74 MB. I also noticed that these new binaries show as fully static builds, while the prior versions used the dynamic linker, so I'm assuming that might be part of the size increase and may very well be intentional.
Mostly filing this bug just to find out if this was an intentional change or some unintended side effect of a new build process.
To Reproduce: You can just look at the binaries or even the tar.gz files.
Expected behavior: Maybe this is expected, I'm just asking to be sure.
ffmpeg output:
Environment: