[Bug 214815] multimedia/tvheadend: fails to build with ffmpeg 3.x (TRANSCODING=on)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 25 08:14:45 UTC 2016


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

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

src/plumbing/transcoding.c:27:10: fatal error: 'libavutil/audioconvert.h' file
not found
#include <libavutil/audioconvert.h>
         ^
src/plumbing/transcoding.c:1064:30: error: use of undeclared identifier
'PIX_FMT_YUV420P'; did you
      mean 'AV_PIX_FMT_YUV420P'?
      octx->pix_fmt        = PIX_FMT_YUV420P;
                             ^~~~~~~~~~~~~~~
                             AV_PIX_FMT_YUV420P
/usr/local/include/libavutil/pixfmt.h:62:5: note: 'AV_PIX_FMT_YUV420P' declared
here
    AV_PIX_FMT_YUV420P,   ///< planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per
2x2 Y samples)
    ^
src/plumbing/transcoding.c:1092:30: error: use of undeclared identifier
'PIX_FMT_YUV420P'; did you
      mean 'AV_PIX_FMT_YUV420P'?
      octx->pix_fmt        = PIX_FMT_YUV420P;
                             ^~~~~~~~~~~~~~~
                             AV_PIX_FMT_YUV420P
/usr/local/include/libavutil/pixfmt.h:62:5: note: 'AV_PIX_FMT_YUV420P' declared
here
    AV_PIX_FMT_YUV420P,   ///< planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per
2x2 Y samples)
    ^
src/plumbing/transcoding.c:1123:30: error: use of undeclared identifier
'PIX_FMT_YUV420P'; did you
      mean 'AV_PIX_FMT_YUV420P'?
      octx->pix_fmt        = PIX_FMT_YUV420P;
                             ^~~~~~~~~~~~~~~
                             AV_PIX_FMT_YUV420P
/usr/local/include/libavutil/pixfmt.h:62:5: note: 'AV_PIX_FMT_YUV420P' declared
here
    AV_PIX_FMT_YUV420P,   ///< planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per
2x2 Y samples)
    ^

build.freebsd/src/plumbing/transcoding.o: In function `transcoder_input':
src/plumbing/transcoding.c:(.text+0x559): undefined reference to
`avcodec_alloc_frame'
src/plumbing/transcoding.c:(.text+0x56a): undefined reference to
`avcodec_alloc_frame'
src/plumbing/transcoding.c:(.text+0x57f): undefined reference to
`avcodec_get_frame_defaults'
src/plumbing/transcoding.c:(.text+0x58a): undefined reference to
`avcodec_get_frame_defaults'
build.freebsd/src/plumbing/transcoding.o: In function
`transcoder_stream_video':
src/plumbing/transcoding.c:(.text+0x1904): undefined reference to
`avpicture_deinterlace'
cc: error: linker command failed with exit code 1 (use -v to see invocation)

http://package23.nyi.freebsd.org/data/103i386-default-PR207547/2016-11-25_07h03m58s/logs/errors/tvheadend-4.0.8_1.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