diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-05-08 01:22:02 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-05-08 01:22:02 +0800 |
commit | e5c03a23995a8abd10b2e20cd962307007f030f8 (patch) | |
tree | 41084ca48e16aadb56689ffb4bd862931b66d3a9 /x11-toolkits | |
parent | f1a7c7f051bbd7aef8a89dbf56a8ea9f2cb00941 (diff) | |
download | freebsd-ports-gnome-e5c03a23995a8abd10b2e20cd962307007f030f8.tar.gz freebsd-ports-gnome-e5c03a23995a8abd10b2e20cd962307007f030f8.tar.zst freebsd-ports-gnome-e5c03a23995a8abd10b2e20cd962307007f030f8.zip |
graphics/opencv: unbreak build with ffmpeg 3.0
modules/highgui/src/ffmpeg_codecs.hpp:104:7: error: use of undeclared identifier 'CODEC_ID_H264'; did you mean 'AV_CODEC_ID_H264'?
{ CODEC_ID_H264, MKTAG('H', '2', '6', '4') },
^~~~~~~~~~~~~
modules/highgui/src/ffmpeg_codecs.hpp:121:7: error: use of undeclared identifier 'CODEC_ID_MPEG4'; did you mean 'AV_CODEC_ID_MPEG4'?
{ CODEC_ID_MPEG4, MKTAG('D', 'I', 'V', 'X') },
^~~~~~~~~~~~~~
[...]
PR: 208895
Reported by: antoine (via exp-run)
Submitted by: Ben Woods <woodsb02@gmail.com>
Approved by: maintainer timeout (jhale, 3 weeks)
Obtained from: Debian
Diffstat (limited to 'x11-toolkits')
0 files changed, 0 insertions, 0 deletions