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

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

            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@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
                CC: malus.x@gmail.com
            Blocks: 207547
             Flags: maintainer-feedback?(malus.x@gmail.com)
                CC: malus.x@gmail.com

image_jpeg.c:95:31: error: use of undeclared identifier 'CODEC_ID_MJPEG'; d=
id
you mean 'AV_CODEC_ID_MJPEG'?
  if (codecs->vc->codec_id !=3D 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 !=3D 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'; d=
id
you mean 'AV_CODEC_ID_LJPEG'?
      codecs->vc->codec_id !=3D 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 !=3D 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_1=
8h24m30s/logs/errors/libdlna-0.2.3_6.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-214187-13>