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
ffmpeg version 4 got merged in Homebrew/homebrew-core#26882 and it's broken the ignition-common and gazebo bottles:
We need to fix the compilation errors and rebuild the bottles
ign-common/src/Video.cc:167:29: error: use of undeclared identifier 'CODEC_CAP_TRUNCATED' if (codec->capabilities & CODEC_CAP_TRUNCATED) ^ ign-common/src/Video.cc:168:39: error: use of undeclared identifier 'CODEC_FLAG_TRUNCATED' this->dataPtr->codecCtx->flags |= CODEC_FLAG_TRUNCATED; ^ 2 errors generated.
The text was updated successfully, but these errors were encountered:
I think the symbol is now called AV_CODEC_CAP_TRUNCATED
AV_CODEC_CAP_TRUNCATED
Sorry, something went wrong.
fixed by #405
No branches or pull requests
ffmpeg version 4 got merged in Homebrew/homebrew-core#26882 and it's broken the ignition-common and gazebo bottles:
We need to fix the compilation errors and rebuild the bottles
The text was updated successfully, but these errors were encountered: