[Bug 207547] [exp-run] Update ffmpeg to 3.2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 4 10:46:15 UTC 2016


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

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

Author: jbeich
Date: Fri Nov  4 10:45:19 UTC 2016
New revision: 425311
URL: https://svnweb.freebsd.org/changeset/ports/425311

Log:
  multimedia/bombono: unbreak build with ffmpeg 3.x

  src/mgui/ffviewer.cpp:642:22: error: 'SWS_CPU_CAPS_MMX' was not declared in
this scope
           sws_flags |= SWS_CPU_CAPS_MMX|SWS_CPU_CAPS_MMX2;
                        ^
  src/mgui/ffviewer.cpp:642:39: error: 'SWS_CPU_CAPS_MMX2' was not declared in
this scope
           sws_flags |= SWS_CPU_CAPS_MMX|SWS_CPU_CAPS_MMX2;
                                         ^
  src/mgui/ffviewer.cpp:650:9: error: 'PixelFormat' was not declared in this
scope
           PixelFormat dst_pf = PIX_FMT_BGR24; // PIX_FMT_RGB24;
           ^
  src/mgui/ffviewer.cpp:650:21: error: expected ';' before 'dst_pf'
           PixelFormat dst_pf = PIX_FMT_BGR24; // PIX_FMT_RGB24;
                       ^
  src/mgui/ffviewer.cpp:652:13: error: 'dst_pf' was not declared in this scope
               dst_pf, sws_flags, 0, 0, 0);
               ^
  src/mgui/ffviewer.cpp:657:45: error: 'avcodec_get_frame_defaults' was not
declared in this scope
           avcodec_get_frame_defaults(&rgbFrame); // ?? ????????
                                               ^

  PR:           207547
  Obtained from:        upstream

Changes:
  head/multimedia/bombono/Makefile
  head/multimedia/bombono/files/patch-src_mgui_ffviewer.cpp

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


More information about the freebsd-multimedia mailing list