Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Nov 2016 10:46:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 207547] [exp-run] Update ffmpeg to 3.2
Message-ID:  <bug-207547-12827-xPL4zzGm84@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207547-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207547-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207547

--- Comment #27 from commit-hook@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 |=3D 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 |=3D 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 =3D PIX_FMT_BGR24; // PIX_FMT_RGB24;
           ^
  src/mgui/ffviewer.cpp:650:21: error: expected ';' before 'dst_pf'
           PixelFormat dst_pf =3D PIX_FMT_BGR24; // PIX_FMT_RGB24;
                       ^
  src/mgui/ffviewer.cpp:652:13: error: 'dst_pf' was not declared in this sc=
ope
               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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207547-12827-xPL4zzGm84>