Skip to content
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

ffmpeg: drop static libs #24

Closed
git-bruh opened this issue Mar 4, 2021 · 1 comment
Closed

ffmpeg: drop static libs #24

git-bruh opened this issue Mar 4, 2021 · 1 comment

Comments

@git-bruh
Copy link
Member

git-bruh commented Mar 4, 2021

I don't think anything statically links ffmpeg, so static libs waste 100+ MB of space:

2MB     /usr/lib/libswscale.a
508KB   /usr/lib/libswresample.a
288KB   /usr/lib/libpostproc.a
2MB     /usr/lib/libavutil.a
19MB    /usr/lib/libavformat.a
18MB    /usr/lib/libavfilter.a
736KB   /usr/lib/libavdevice.a
65MB    /usr/lib/libavcodec.a

132MB   total (full package, including shared libs)
@dilyn-corner
Copy link
Member

This is probably a good idea(tm) without actually thinking too carefully on it. Assuming it doesn't break things (I see no good reason why it shouldn't), this can be done - we already do it with several other packages anyways, and their static libs are far smaller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants