[Bug 207547] [exp-run] Update ffmpeg to 3.2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 4 07:06:42 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207547

--- Comment #19 from commit-hook at freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Fri Nov  4 07:05:51 UTC 2016
New revision: 425290
URL: https://svnweb.freebsd.org/changeset/ports/425290

Log:
  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

Changes:
  head/comms/dabstick-radio/Makefile
 
head/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