As a note, I tried building this using mingw-w64 as "static" and ran into some build errors, Makefile, no instructions on how to make static, etc.
Here's what I ended up with
https://github.com/rdp/ffmpeg-windows-build-helpers/blob/master/patches/rtmfp.static.cross.patch
you can ignore the stuff about mingw threading, that's just because I hadn't built the compiler with builtin threading.
In addition, it's pretty hard to build a static library in linux/OS X today too, FWIW. Thanks!
As a note, I tried building this using mingw-w64 as "static" and ran into some build errors, Makefile, no instructions on how to make static, etc.
Here's what I ended up with
https://github.com/rdp/ffmpeg-windows-build-helpers/blob/master/patches/rtmfp.static.cross.patch
you can ignore the stuff about mingw threading, that's just because I hadn't built the compiler with builtin threading.
In addition, it's pretty hard to build a static library in linux/OS X today too, FWIW. Thanks!