Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Apr 2016 17:40:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 208818] multimedia/transcode: Fix build with ffmpeg 3.0.x
Message-ID:  <bug-208818-13-cGy5Frq0M9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-208818-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-208818-13@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=3D208818

--- Comment #6 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Fri Apr 15 17:40:32 UTC 2016
New revision: 413357
URL: https://svnweb.freebsd.org/changeset/ports/413357

Log:
  multimedia/transcode: unbreak build with ffmpeg 3.0

  aud_aux.c:329:18: error: use of undeclared identifier 'CODEC_ID_MP2'; did=
 you
mean 'AV_CODEC_ID_MP2'?
          codeid =3D CODEC_ID_MP2;
                   ^~~~~~~~~~~~
                   AV_CODEC_ID_MP2
  /usr/local/include/libavcodec/avcodec.h:419:5: note: 'AV_CODEC_ID_MP2'
declared here
      AV_CODEC_ID_MP2 =3D 0x15000,
      ^

  PR:           208818
  Reported by:  antoine (via exp-run)
  Submitted by: Ben Woods <woodsb02@gmail.com>
  Obtained from:        Arch Linux
  Approved by:  Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)

Changes:
  head/multimedia/transcode/Makefile
  head/multimedia/transcode/files/patch-ffmpeg29
  head/multimedia/transcode/files/patch-ffmpeg3

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208818-13-cGy5Frq0M9>