Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2023 14:54:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 271128] net/freerdp: FTBFS after f7accb23b (ffmpeg update to 6.0)
Message-ID:  <bug-271128-7788-Nlh8GYFny7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271128-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271128-7788@https.bugs.freebsd.org/bugzilla/>

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

Vladimir Druzenko <vvd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |In Progress
            Summary|net/freerdp: FTBFS after    |net/freerdp: FTBFS after
                   |f7accb23b (ffmpeg update)   |f7accb23b (ffmpeg update to
                   |                            |6.0)
           Assignee|ports-bugs@FreeBSD.org      |vvd@FreeBSD.org

--- Comment #6 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Do we need this part:
> #if LIBAVCODEC_VERSION_MAJOR < 60
>  		len =3D avcodec_decode_video2(mdecoder->codec_context, mdecoder->frame=
, &decoded, &pkt);
> #else
> 		len =3D avcodec_receive_frame(mdecoder->codec_context, mdecoder->frame);
=E2=80=A6

Upstream have patch without lines above:
https://github.com/FreeRDP/FreeRDP/commit/61983cd6dcb86097d91b7ef405abc1266=
444a368

And I forgot about this PR and already commited patch:
https://cgit.freebsd.org/ports/commit/?id=3Dd3d9f8c8d4b2d11c549e631c11139c1=
3b80a2ae9
https://reviews.freebsd.org/D40492

--=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-271128-7788-Nlh8GYFny7>