Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 May 2018 11:41:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 227726] multimedia/ffmpeg: update to 4.0
Message-ID:  <bug-227726-12827-JUnQWfQUjL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227726-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227726-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=3D227726

--- Comment #66 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Fri May  4 11:40:30 UTC 2018
New revision: 469017
URL: https://svnweb.freebsd.org/changeset/ports/469017

Log:
  multimedia/miro: unbreak with ffmpeg 4.0

  linux/miro-segmenter.c:103:48: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
                  output_codec_context->flags |=3D CODEC_FLAG_GLOBAL_HEADER;
                                                 ^
  linux/miro-segmenter.c:270:46: error: no member named 'pts' in 'struct
AVStream'
              segment_time =3D (double)video_st->pts.val *
video_st->time_base.num / video_st->time_base.den;
                                     ~~~~~~~~  ^
  linux/miro-segmenter.c:273:46: error: no member named 'pts' in 'struct
AVStream'
              segment_time =3D (double)audio_st->pts.val *
audio_st->time_base.num / audio_st->time_base.den;
                                     ~~~~~~~~  ^

  PR:           227726
  Reported by:  antoine (via exp-run)

Changes:
  head/multimedia/miro/Makefile
  head/multimedia/miro/files/patch-linux_miro-segmenter.c

--=20
You are receiving this mail because:
You are the assignee for the bug.
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-227726-12827-JUnQWfQUjL>