[Bug 214189] emulators/vice: fails to build with ffmpeg 3.x

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 4 04:43:48 UTC 2016


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

            Bug ID: 214189
           Summary: emulators/vice: 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: dinoex at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
            Blocks: 207547
             Flags: maintainer-feedback?(dinoex at FreeBSD.org)
          Assignee: dinoex at FreeBSD.org

ffmpegdrv.c:206:27: error: use of undeclared identifier 'CODEC_ID_MPEG4'; did
you mean 'AV_CODEC_ID_MPEG4'?
    { "FFMPEGVideoCodec", CODEC_ID_MPEG4, RES_EVENT_NO, NULL,
                          ^~~~~~~~~~~~~~
                          AV_CODEC_ID_MPEG4
/usr/local/include/libavcodec/avcodec.h:207:5: note: 'AV_CODEC_ID_MPEG4'
declared here
    AV_CODEC_ID_MPEG4,
    ^
ffmpegdrv.c:590:23: error: use of undeclared identifier 'PIX_FMT_RGB24'; did
you mean 'AV_PIX_FMT_RGB24'?
    if (c->pix_fmt != PIX_FMT_RGB24) {
                      ^~~~~~~~~~~~~
                      AV_PIX_FMT_RGB24
/usr/local/include/libavutil/pixfmt.h:64:5: note: 'AV_PIX_FMT_RGB24' declared
here
    AV_PIX_FMT_RGB24,     ///< packed RGB 8:8:8, 24bpp, RGBRGB...
    ^

http://package23.nyi.freebsd.org/data/103i386-default-PR207547/2016-10-04_18h24m30s/logs/errors/vice-gnome-2.4_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