[Bug 227726] multimedia/ffmpeg: update to 4.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 4 11:42:28 UTC 2018


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

--- Comment #70 from commit-hook at freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Fri May  4 11:41:29 UTC 2018
New revision: 469021
URL: https://svnweb.freebsd.org/changeset/ports/469021

Log:
  multimedia/simplescreenrecorder: unbreak with ffmpeg 4.0

  src/AV/Output/AudioEncoder.cpp:61:51: error: use of undeclared identifier
'CODEC_CAP_VARIABLE_FRAME_SIZE'
          return (GetCodecContext()->codec->capabilities &
CODEC_CAP_VARIABLE_FRAME_SIZE)? DEFAULT_FRAME_SAMPLES :
GetCodecContext()->frame_size;
                                                           ^
  src/AV/Output/AudioEncoder.cpp:125:28: error: use of undeclared identifier
'CODEC_FLAG_QSCALE'
                          codec_context->flags |= CODEC_FLAG_QSCALE;
                                                  ^

  PR:           227726
  Reported by:  antoine (via exp-run)

Changes:
  head/multimedia/simplescreenrecorder/Makefile
  head/multimedia/simplescreenrecorder/files/patch-ffmpeg4

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


More information about the freebsd-multimedia mailing list