-
Notifications
You must be signed in to change notification settings - Fork 744
New issue
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
Enable Zimg for FFmpeg #1427
Enable Zimg for FFmpeg #1427
Conversation
Include the flag --enable-libzimg for FFmpeg, to enable libzimg
Fix ZLib version (see https://www.zlib.net), only 1.3 is available right now.
Add the required Zimg download, extraction and compilation process for FFmpeg to compile with the desired flag. Some parts are not included yet.
Fixes the configure file not being found. I missed out on that, as - apparently - I must have executed the autogen.sh by mistake
As the non-x86_64 builds are failing with the same error message, they must be missing a certain flag. Do you have an idea on what that could be? @saudet |
pkg-config doesn't work for cross compilation |
I see that @callisto-jovy nearly figured it out, but I can't see from your comments what was the issue with the change they made. |
We can't use pkg-config, unless you figure out a way to make it work well for cross compilation, Android, Windows, etc. It's usually easier to patch FFmpeg's configure to prevent it from using pkg-config |
Superseded by pull #1481 |
This should close https://github.com/bytedeco/javacv/issues/1389 and allow for tonemapping with FFmpeg.