Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Apr 2019 05:48:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237092] multimedia/ffmpeg: build fail with SVT-AV1
Message-ID:  <bug-237092-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 237092
           Summary: multimedia/ffmpeg: build fail with SVT-AV1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: multimedia@FreeBSD.org
          Reporter: rozhuk.im@gmail.com
             Flags: maintainer-feedback?(multimedia@FreeBSD.org)
          Assignee: multimedia@FreeBSD.org

libavcodec/libsvt_av1.c:225:14: error: no member named 'yStride' in 'struct
EbSvtIOFormat'; did you mean 'y_stride'?
    in_data->yStride  =3D frame->linesize[0] >> is16bit;
             ^~~~~~~
             y_stride
/usr/local/include/svt-av1/EbSvtAv1.h:138:14: note: 'y_stride' declared here
    uint32_t y_stride;
             ^
libavcodec/libsvt_av1.c:226:14: error: no member named 'cbStride' in 'struct
EbSvtIOFormat'; did you mean 'cb_stride'?
    in_data->cbStride =3D frame->linesize[1] >> is16bit;
             ^~~~~~~~
             cb_stride
/usr/local/include/svt-av1/EbSvtAv1.h:140:14: note: 'cb_stride' declared he=
re
    uint32_t cb_stride;
             ^
libavcodec/libsvt_av1.c:227:14: error: no member named 'crStride' in 'struct
EbSvtIOFormat'; did you mean 'cr_stride'?
    in_data->crStride =3D frame->linesize[2] >> is16bit;
             ^~~~~~~~
             cr_stride
/usr/local/include/svt-av1/EbSvtAv1.h:139:14: note: 'cr_stride' declared he=
re
    uint32_t cr_stride;
             ^
libavcodec/libsvt_av1.c:299:1: warning: unused label 'failed_init_enc'
[-Wunused-label]
failed_init_enc:
^~~~~~~~~~~~~~~~
1 warning and 3 errors generated.

--=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-237092-7788>