Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Nov 2016 07:08:44 +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-MaGB5HNc9s@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 #20 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Fri Nov  4 07:08:39 UTC 2016
New revision: 425291
URL: https://svnweb.freebsd.org/changeset/ports/425291

Log:
  MFH: r425290

  comms/dabstick-radio: unbreak build with ffmpeg 3.x

  backend/mp2processor-ffmpeg.cpp:49:33: error: use of undeclared identifier
'CODEC_ID_MP1'; did you
        mean 'AV_CODEC_ID_MP1'?
          codec           =3D avcodec_find_decoder (CODEC_ID_MP1);
                                                  ^~~~~~~~~~~~
  In file included from backend/mp2processor.cpp:7:
  backend/mp2processor-ffmpeg.cpp:66:18: error: use of undeclared identifier
'avcodec_alloc_frame'
          decoded_frame   =3D avcodec_alloc_frame ();
                            ^
  backend/mp2processor-ffmpeg.cpp:107:2: error: use of undeclared identifier
        'avcodec_get_frame_defaults'
          avcodec_get_frame_defaults (decoded_frame);
          ^

  PR:           207547
  Approved by:  ports-secteam blanket

Changes:
_U  branches/2016Q4/
  branches/2016Q4/comms/dabstick-radio/Makefile
=20
branches/2016Q4/comms/dabstick-radio/files/patch-dabreceiver-V2_backend_mp2=
processor-ffmpeg.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-MaGB5HNc9s>