Skip to content
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

ignition-common and gazebo bottles broken by ffmpeg version 4 #404

Closed
scpeters opened this issue Apr 22, 2018 · 2 comments
Closed

ignition-common and gazebo bottles broken by ffmpeg version 4 #404

scpeters opened this issue Apr 22, 2018 · 2 comments

Comments

@scpeters
Copy link
Member

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.
@scpeters
Copy link
Member Author

I think the symbol is now called AV_CODEC_CAP_TRUNCATED

@scpeters
Copy link
Member Author

fixed by #405

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant