[Bug 227726] multimedia/ffmpeg: update to 4.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 2 16:34:28 UTC 2018


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

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

Author: jbeich
Date: Wed May  2 16:33:59 UTC 2018
New revision: 468853
URL: https://svnweb.freebsd.org/changeset/ports/468853

Log:
  net/freeswitch: unbreak with ffmpeg 4.0

  avcodec.c:194:40: error: use of undeclared identifier
'FF_INPUT_BUFFER_PADDING_SIZE'
  static uint8_t ff_input_buffer_padding[FF_INPUT_BUFFER_PADDING_SIZE] = { 0 };
                                         ^
  avformat.c:471:14: error: use of undeclared identifier
'CODEC_FLAG_LOOP_FILTER'
                          c->flags|=CODEC_FLAG_LOOP_FILTER;   // flags=+loop
                                    ^
  avformat.c:477:47: error: use of undeclared identifier 'ME_HEX'
                          av_opt_set_int(c->priv_data, "motion_est", ME_HEX,
0);
                                                                     ^
  avformat.c:553:15: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
                  c->flags |= CODEC_FLAG_GLOBAL_HEADER;
                              ^
  avformat.c:638:31: error: use of undeclared identifier
'CODEC_CAP_VARIABLE_FRAME_SIZE'
          if (c->codec->capabilities & CODEC_CAP_VARIABLE_FRAME_SIZE) {
                                       ^

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

Changes:
  head/net/freeswitch/Makefile
  head/net/freeswitch/files/patch-ffmpeg4

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


More information about the freebsd-multimedia mailing list