Date: Fri, 27 Apr 2018 10:40:35 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 227726] multimedia/ffmpeg: update to 4.0 Message-ID: <bug-227726-12827-beLAvBi8Kc@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 #22 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Fri Apr 27 10:39:32 UTC 2018 New revision: 468418 URL: https://svnweb.freebsd.org/changeset/ports/468418 Log: graphics/blender: unbreak with ffmpeg 4.0 intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp:267:49: error: use of undecl= ared identifier 'FF_MIN_BUFFER_SIZE' m_membuf =3D reinterpret_cast<data_t*>(av_malloc(FF_MIN_BUFFER_SI= ZE + FF_INPUT_BUFFER_PADDING_SIZE)); ^ intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp:267:70: error: use of undecl= ared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' m_membuf =3D reinterpret_cast<data_t*>(av_malloc(FF_MIN_BUFFER_SI= ZE + FF_INPUT_BUFFER_PADDING_SIZE)); = ^ intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp:269:47: error: use of undecl= ared identifier 'FF_MIN_BUFFER_SIZE' m_aviocontext =3D avio_alloc_context(m_membuf, FF_MIN_BUFFER_SIZE= , 0, this, ^ PR: 227726 Obtained from: Arch Linux Changes: head/graphics/blender/files/patch-ffmpeg4 --=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-beLAvBi8Kc>