[Bug 207547] [exp-run] Update ffmpeg to 3.2
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 4 07:08:44 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207547
--- Comment #20 from commit-hook at 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 = 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 = 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
branches/2016Q4/comms/dabstick-radio/files/patch-dabreceiver-V2_backend_mp2processor-ffmpeg.cpp
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-multimedia
mailing list