[Bug 227726] multimedia/ffmpeg: update to 4.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 27 10:40:37 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227726

--- Comment #22 from commit-hook at 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 undeclared
identifier 'FF_MIN_BUFFER_SIZE'
          m_membuf = reinterpret_cast<data_t*>(av_malloc(FF_MIN_BUFFER_SIZE +
FF_INPUT_BUFFER_PADDING_SIZE));
                                                         ^
  intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp:267:70: error: use of undeclared
identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
          m_membuf = reinterpret_cast<data_t*>(av_malloc(FF_MIN_BUFFER_SIZE +
FF_INPUT_BUFFER_PADDING_SIZE));
                                                                              ^
  intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp:269:47: error: use of undeclared
identifier 'FF_MIN_BUFFER_SIZE'
          m_aviocontext = avio_alloc_context(m_membuf, FF_MIN_BUFFER_SIZE, 0,
this,
                                                       ^

  PR:           227726
  Obtained from:        Arch Linux

Changes:
  head/graphics/blender/files/patch-ffmpeg4

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-multimedia mailing list