[Bug 227726] multimedia/ffmpeg: update to 4.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Apr 24 13:57:27 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227726
--- Comment #9 from commit-hook at freebsd.org ---
A commit references this bug:
Author: jbeich
Date: Tue Apr 24 13:56:41 UTC 2018
New revision: 468204
URL: https://svnweb.freebsd.org/changeset/ports/468204
Log:
graphics/gegl3: unbreak with ffmpeg 4.0
./ff-save.c:293:17: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
c->flags |= CODEC_FLAG_GLOBAL_HEADER;
^
./ff-save.c:634:18: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
c->flags |= CODEC_FLAG_GLOBAL_HEADER;
^
./ff-save.c:702:30: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
if (!(oc->oformat->flags & AVFMT_RAWPICTURE))
^
./ff-save.c:806:28: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
if (oc->oformat->flags & AVFMT_RAWPICTURE)
^
PR: 227726
Changes:
head/graphics/gegl3/files/
head/graphics/gegl3/files/patch-operations_external_ff-save.c
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-multimedia
mailing list