I need to create a static ffmpeg executable on FreeBSD 9.3-RELEASE. I'm close but I still have two libraries that are giving me fits.
How do I compile ffmpeg so that the static libthr.a and libc.a libraries are included within the ffmpeg executable? Every time I compile ffmpeg from source and I do a
All the other third-party static libraries (ex: libaacplus.a, libmp3lame.a, etc...) are added correctly and do not show up when I run the
How do I compile ffmpeg so that the static libthr.a and libc.a libraries are included within the ffmpeg executable? Every time I compile ffmpeg from source and I do a
ldd ffmpeg, I get the following:
Code:
libthr.so.3 => /lib/libthr.so.7 (0x28c2c000)
libc.so.7 => /lib/libc.so.7 (0x28c4d000)
ldd command.