Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Nov 2016 04:43:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214189] emulators/vice: fails to build with ffmpeg 3.x
Message-ID:  <bug-214189-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214189

            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@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
            Blocks: 207547
             Flags: maintainer-feedback?(dinoex@FreeBSD.org)
          Assignee: dinoex@FreeBSD.org

ffmpegdrv.c:206:27: error: use of undeclared identifier 'CODEC_ID_MPEG4'; d=
id
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 !=3D PIX_FMT_RGB24) {
                      ^~~~~~~~~~~~~
                      AV_PIX_FMT_RGB24
/usr/local/include/libavutil/pixfmt.h:64:5: note: 'AV_PIX_FMT_RGB24' declar=
ed
here
    AV_PIX_FMT_RGB24,     ///< packed RGB 8:8:8, 24bpp, RGBRGB...
    ^

http://package23.nyi.freebsd.org/data/103i386-default-PR207547/2016-10-04_1=
8h24m30s/logs/errors/vice-gnome-2.4_7.log


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207547
[Bug 207547] [exp-run] Update ffmpeg to 3.2
--=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-214189-13>