Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Nov 2016 08:46:09 +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-022TXzlbnr@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 #41 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Fri Nov 25 08:45:54 UTC 2016
New revision: 427085
URL: https://svnweb.freebsd.org/changeset/ports/427085

Log:
  x11/leechcraft: unbreak with ffmpeg 3.x

  src/plugins/musiczombie/chroma.cpp:41:10: fatal error:
'libavutil/audioconvert.h' file not found
   #include <libavutil/audioconvert.h>
            ^
  src/plugins/musiczombie/chroma.cpp:125:35: error:
        use of undeclared identifier 'avcodec_alloc_frame'
                  std::shared_ptr<AVFrame> frame (avcodec_alloc_frame (),
                                                  ^
  src/plugins/musiczombie/chroma.cpp:126:27: error:
        use of undeclared identifier 'avcodec_free_frame'; did you mean
'avcodec_get_name'?
                                  [] (AVFrame *frame) { avcodec_free_frame
(&frame); });
                                                        ^~~~~~~~~~~~~~~~~~
                                                        avcodec_get_name
  /usr/local/include/libavcodec/avcodec.h:6187:13: note: 'avcodec_get_name'
declared here
  const char *avcodec_get_name(enum AVCodecID id);
              ^
  src/plugins/musiczombie/chroma.cpp:126:47: error:
        cannot initialize a parameter of type 'enum AVCodecID' with an rval=
ue
of type 'AVFrame **'
                                  [] (AVFrame *frame) { avcodec_free_frame
(&frame); });
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
^~~~~~
  /usr/local/include/libavcodec/avcodec.h:6187:45: note: passing argument to
parameter 'id' here
  const char *avcodec_get_name(enum AVCodecID id);
                                              ^

  PR:           207547
  Obtained from:        upstream
  Approved by:  portmgr blanket

Changes:
  head/x11/leechcraft/Makefile
  head/x11/leechcraft/files/patch-plugins_musiczombie_chroma.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-022TXzlbnr>