Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Apr 2018 13:58:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 227726] multimedia/ffmpeg: update to 4.0
Message-ID:  <bug-227726-12827-VGCvSn6FUB@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 #26 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Fri Apr 27 13:57:40 UTC 2018
New revision: 468428
URL: https://svnweb.freebsd.org/changeset/ports/468428

Log:
  multimedia/mlt: unbreak with ffmpeg 4.0

  consumer_avformat.c:2047:44: error: use of undeclared identifier
'AVFMT_RAWPICTURE'
                  if ( video_st && !( oc->oformat->flags & AVFMT_RAWPICTURE=
 ) )
for (;;)
                                                           ^
  consumer_avformat.c:837:16: error: use of undeclared identifier
'CODEC_FLAG_QSCALE'
                          c->flags |=3D CODEC_FLAG_QSCALE;
                                      ^
  filter_avresample.c:55:2: error: use of undeclared identifier
'ReSampleContext'
          ReSampleContext *resample =3D mlt_properties_get_data(
filter_properties, "audio_resample", NULL );
          ^

  PR:           227726
  Obtained from:        upstream (mlt 6.6.0)

Changes:
  head/multimedia/mlt/files/patch-git_541b083
  head/multimedia/mlt/files/patch-git_9a95592
  head/multimedia/mlt/files/patch-git_9ec2ab9

--=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-227726-12827-VGCvSn6FUB>