[Bug 214187] devel/libdlna: fails to build with ffmpeg 3.x

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 4 04:29:52 UTC 2016


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

            Bug ID: 214187
           Summary: devel/libdlna: 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: freebsd-ports-bugs at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
                CC: malus.x at gmail.com
            Blocks: 207547
             Flags: maintainer-feedback?(malus.x at gmail.com)
                CC: malus.x at gmail.com

image_jpeg.c:95:31: error: use of undeclared identifier 'CODEC_ID_MJPEG'; did
you mean 'AV_CODEC_ID_MJPEG'?
  if (codecs->vc->codec_id != CODEC_ID_MJPEG &&
                              ^~~~~~~~~~~~~~
                              AV_CODEC_ID_MJPEG
/usr/local/include/libavcodec/avcodec.h:202:5: note: 'AV_CODEC_ID_MJPEG'
declared here
    AV_CODEC_ID_MJPEG,
    ^
image_jpeg.c:96:31: error: use of undeclared identifier 'CODEC_ID_MJPEGB'; did
you mean 'AV_CODEC_ID_MJPEGB'?
      codecs->vc->codec_id != CODEC_ID_MJPEGB &&
                              ^~~~~~~~~~~~~~~
                              AV_CODEC_ID_MJPEGB
/usr/local/include/libavcodec/avcodec.h:203:5: note: 'AV_CODEC_ID_MJPEGB'
declared here
    AV_CODEC_ID_MJPEGB,
    ^
image_jpeg.c:97:31: error: use of undeclared identifier 'CODEC_ID_LJPEG'; did
you mean 'AV_CODEC_ID_LJPEG'?
      codecs->vc->codec_id != CODEC_ID_LJPEG &&
                              ^~~~~~~~~~~~~~
                              AV_CODEC_ID_LJPEG
/usr/local/include/libavcodec/avcodec.h:204:5: note: 'AV_CODEC_ID_LJPEG'
declared here
    AV_CODEC_ID_LJPEG,
    ^
image_jpeg.c:98:31: error: use of undeclared identifier 'CODEC_ID_JPEGLS'; did
you mean 'AV_CODEC_ID_JPEGLS'?
      codecs->vc->codec_id != CODEC_ID_JPEGLS)
                              ^~~~~~~~~~~~~~~
                              AV_CODEC_ID_JPEGLS
/usr/local/include/libavcodec/avcodec.h:206:5: note: 'AV_CODEC_ID_JPEGLS'
declared here
    AV_CODEC_ID_JPEGLS,
    ^
4 errors generated.

http://package23.nyi.freebsd.org/data/103i386-default-PR207547/2016-10-04_18h24m30s/logs/errors/libdlna-0.2.3_6.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