Re: Help Compiling Static Binary

2015-07-23 Thread Gordon Messmer
On 07/23/2015 10:38 AM, Richard Heck wrote: The libraries are all there, though, where one would expect to find them. And non-static compilation works fine (with the right version of ffmpeg). Static linking requires ".a" files, which probably aren't there. Some libraries, such as glibc have

Help Compiling Static Binary

2015-07-23 Thread Richard Heck
For some time, I've been using the minidlna program to serve media to TVs, etc, in my house. Unfortunately, recent updates to the ffmpeg suite broke the program: Certainly library calls no longer work. I'm therefore trying to build a static binary against the last version of ffmpeg that worke