Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Nov 2016 14:30:47 +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-xrhCcDEoNC@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 #31 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Fri Nov  4 14:30:43 UTC 2016
New revision: 425326
URL: https://svnweb.freebsd.org/changeset/ports/425326

Log:
  databases/grass: unbreak build with ffmpeg 3.x

  lib/ogsf/gsd_img_mpeg.c:41:24: error: 'PIX_FMT_YUV420P' undeclared (first=
 use
in this function)
   #define STREAM_PIX_FMT PIX_FMT_YUV420P /* default pix_fmt */
                          ^
  lib/ogsf/gsd_img_mpeg.c:97:18: note: in expansion of macro 'STREAM_PIX_FM=
T'
       c->pix_fmt =3D STREAM_PIX_FMT;
                    ^
  lib/ogsf/gsd_img_mpeg.c:41:24: note: each undeclared identifier is report=
ed
only once for each function it appears in
   #define STREAM_PIX_FMT PIX_FMT_YUV420P /* default pix_fmt */
                          ^
  lib/ogsf/gsd_img_mpeg.c:97:18: note: in expansion of macro 'STREAM_PIX_FM=
T'
       c->pix_fmt =3D STREAM_PIX_FMT;
                    ^
  lib/ogsf/gsd_img_mpeg.c:98:24: error: 'CODEC_ID_MPEG2VIDEO' undeclared (f=
irst
use in this function)
       if (c->codec_id =3D=3D CODEC_ID_MPEG2VIDEO) {
                          ^

  PR:           207547

Changes:
  head/databases/grass/Makefile
  head/databases/grass/files/patch-lib_ogsf_gsd__img__mpeg.c

--=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-xrhCcDEoNC>