8000 ‘CODEC_ID_H264’ not declared on Debian · Issue #30 · AutonomyLab/bebop_autonomy · GitHub
[go: up one dir, main page]

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

‘CODEC_ID_H264’ not declared on Debian #30

Closed
jakebruce opened this issue Jan 19, 2016 · 0 comments
Closed

‘CODEC_ID_H264’ not declared on Debian #30

jakebruce opened this issue Jan 19, 2016 · 0 comments
Labels
Milestone

Comments

@jakebruce
Copy link
Member

in bebop_video_decoder.cpp:79
changed
CODEC_ID_H264
to
AV_CODEC_ID_H264

and the build succeeded.

@mani-monaj mani-monaj added the bug label Jan 20, 2016
@mani-monaj mani-monaj added this to the 0.5 milestone Jan 20, 2016
mani-monaj added a commit that referenced this issue Mar 22, 2016
- Remove depreacated use of CODEC_* and PIX_FMT_*. Use AV_* instead.
- Add backward compatibility for older libav API versions

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

No branches or pull requests

2 participants
0