We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
Actually static compilation is working on both windows (Visual Studio) and linux. I'll keep this issue open though since mingw is not supported yet.
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: