[Bug 214195] multimedia/miro: fails to build with ffmpeg 3.x

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 4 05:22:17 UTC 2016


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

            Bug ID: 214195
           Summary: multimedia/miro: fails to build with ffmpeg 3.x
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: swills at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
            Blocks: 207547
             Flags: maintainer-feedback?(swills at FreeBSD.org)
          Assignee: swills at FreeBSD.org

linux/miro-segmenter.c:81:92: error: use of undeclared identifier
'CODEC_ID_MP3'; did you mean 'AV_CODEC_ID_MP3'?
            if ((input_codec_context->block_align == 1 &&
input_codec_context->codec_id == CODEC_ID_MP3) || input_codec_context->codec_id
== CODEC_ID_AC3) {
                                                                               
           ^~~~~~~~~~~~
                                                                               
           AV_CODEC_ID_MP3
/usr/local/include/libavcodec/avcodec.h:515:5: note: 'AV_CODEC_ID_MP3' declared
here
    AV_CODEC_ID_MP3, ///< preferred ID for decoding MPEG audio layer 1, 2 or 3
    ^
linux/miro-segmenter.c:81:142: error: use of undeclared identifier
'CODEC_ID_AC3'; did you mean 'AV_CODEC_ID_AC3'?
            if ((input_codec_context->block_align == 1 &&
input_codec_context->codec_id == CODEC_ID_MP3) || input_codec_context->codec_id
== CODEC_ID_AC3) {
                                                                               
                                                             ^~~~~~~~~~~~
                                                                               
                                                             AV_CODEC_ID_AC3
/usr/local/include/libavcodec/avcodec.h:517:5: note: 'AV_CODEC_ID_AC3' declared
here
    AV_CODEC_ID_AC3,
    ^

http://package23.nyi.freebsd.org/data/103i386-default-PR207547/2016-10-04_18h24m30s/logs/errors/miro-6.0_7.log


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207547
[Bug 207547] [exp-run] Update ffmpeg to 3.2
-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list