Missing include in cap_ffmpeg_impl.hpp (Bug #2365)
Description
When trying to compile the last version from git, I get the following error:
cap_ffmpeg_impl.hpp:2053:24: error: ‘AVERROR_EOF’ was not declared in this scope
Solution is to add the following line to cap_ffmpeg_impl.hpp :
#include <libavutil/error.h>
Associated revisions
fixed possible compile error in cap_ffmpeg_impl.hpp (bug #2365)
Merge pull request #2365 from yashdv:image_tutorial_doc_bug
History
Updated by Andrey Pavlenko over 12 years ago
Please specify the target OS/arch and build options (CMake arguments)!
E.g. it doesn't happen during Windows and Android builds on my side.
- Assignee changed from Vadim Pisarevsky to BeLioN BeLioN
Updated by Vadim Pisarevsky over 12 years ago
thanks! the problem should be fixed now
- Status changed from Open to Done
- Target version set to 2.4.3