My application links are against libsamplerate.a. I do this to facilitate the distribution of the final binary version.
I'm worried that maybe the code inside the .a file depends on some other libraries that I will need to distribute as well.
But if this does not bother me, I inflate my application too much, including several copies, for example. Libc.
What exactly will be inside libsamplerate.a? Just libsamperate bytecode? Or more?
c ++ gcc static-libraries
mxcl
source share