Date: Fri, 27 Apr 2018 14:56:26 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 227726] multimedia/ffmpeg: update to 4.0 Message-ID: <bug-227726-12827-MswAX21lRP@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-227726-12827@https.bugs.freebsd.org/bugzilla/> References: <bug-227726-12827@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227726 --- Comment #29 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Fri Apr 27 14:56:16 UTC 2018 New revision: 468433 URL: https://svnweb.freebsd.org/changeset/ports/468433 Log: multimedia/motion: unbreak with ffmpeg 4.0 ffmpeg.c:442:25: error: use of undeclared identifier 'CODEC_FLAG_QSCALE' c->flags |=3D CODEC_FLAG_QSCALE; ^ ffmpeg.c:450:17: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER' c->flags |=3D CODEC_FLAG_GLOBAL_HEADER; ^ ffmpeg.c:492:40: error: use of undeclared identifier 'AVFMT_RAWPICTURE' if (!(ffmpeg->oc->oformat->flags & AVFMT_RAWPICTURE)) { ^ ffmpeg.c:708:38: error: use of undeclared identifier 'AVFMT_RAWPICTURE' if (ffmpeg->oc->oformat->flags & AVFMT_RAWPICTURE) { ^ PR: 227726 Changes: head/multimedia/motion/files/patch-ffmpeg.c --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227726-12827-MswAX21lRP>