Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Nov 2016 07:06:41 +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-6h1G1asAqj@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=207547

--- Comment #19 from commit-hook@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207547-12827-6h1G1asAqj>