Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2016 08:25:03 +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-ibsqcN179g@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 #57 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Mon Dec 12 08:24:06 UTC 2016
New revision: 428399
URL: https://svnweb.freebsd.org/changeset/ports/428399

Log:
  graphics/gegl3: unbreak FFMPEG=3Don runtime

  $ echo CFLAGS+=3D-Werror=3Dimplicit-function-declaration >>Makefile.local
  $ make
  [...]
  ./ff-save.c:700:9: error: implicit declaration of function
'avcodec_encode_video' is invalid in C99
        [-Werror,-Wimplicit-function-declaration]
          avcodec_encode_video (c,
          ^
  ./ff-save.c:700:9: note: did you mean 'avcodec_encode_video2'?
  /usr/local/include/libavcodec/avcodec.h:5323:5: note: 'avcodec_encode_vid=
eo2'
declared here
  int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
      ^

  PR:           207547
  Obtained from:        upstream
  Approved by:  portmgr blanket

Changes:
  head/graphics/gegl3/Makefile
  head/graphics/gegl3/files/
  head/graphics/gegl3/files/patch-operations_external_ff-save.c

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



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