[Bug 214196] multimedia/nordlicht: fails to build with ffmpeg 3.x

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 4 12:06:26 UTC 2016


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

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

Author: jbeich
Date: Fri Nov  4 12:06:16 UTC 2016
New revision: 425316
URL: https://svnweb.freebsd.org/changeset/ports/425316

Log:
  MFH: r425315

  multimedia/nordlicht: unbreak build with ffmpeg 3.x

  image.c:28:24: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you
mean 'AV_PIX_FMT_RGB24'?
      i->frame->format = PIX_FMT_RGB24; // best choice?
                         ^~~~~~~~~~~~~
                         AV_PIX_FMT_RGB24
  /usr/local/include/libavutil/pixfmt.h:64:5: note: 'AV_PIX_FMT_RGB24' declared
here
      AV_PIX_FMT_RGB24,     ///< packed RGB 8:8:8, 24bpp, RGBRGB...
      ^
  image.c:243:32: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you
mean 'AV_PIX_FMT_RGB24'?
      encoder_context->pix_fmt = PIX_FMT_RGB24;
                                 ^~~~~~~~~~~~~
                                 AV_PIX_FMT_RGB24
  /usr/local/include/libavutil/pixfmt.h:64:5: note: 'AV_PIX_FMT_RGB24' declared
here
      AV_PIX_FMT_RGB24,     ///< packed RGB 8:8:8, 24bpp, RGBRGB...
      ^

  PR:           214196
  Submitted by: Tobias Kortkamp <t at tobik.me> (maintainer)
  Obtained from:        upstream
  Approved by:  ports-secteam blanket

Changes:
_U  branches/2016Q4/
  branches/2016Q4/multimedia/nordlicht/Makefile
  branches/2016Q4/multimedia/nordlicht/files/patch-image.c
  branches/2016Q4/multimedia/nordlicht/files/patch-source.c

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


More information about the freebsd-ports-bugs mailing list