[Bug 271128] net/freerdp: FTBFS after f7accb23b (ffmpeg update to 6.0)
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 271128] net/freerdp: FTBFS after f7accb23b (ffmpeg update)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Jun 2023 14:54:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271128 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 = avcodec_decode_video2(mdecoder->codec_context, mdecoder->frame, &decoded, &pkt); > #else > len = avcodec_receive_frame(mdecoder->codec_context, mdecoder->frame); … Upstream have patch without lines above: https://github.com/FreeRDP/FreeRDP/commit/61983cd6dcb86097d91b7ef405abc1266444a368 And I forgot about this PR and already commited patch: https://cgit.freebsd.org/ports/commit/?id=d3d9f8c8d4b2d11c549e631c11139c13b80a2ae9 https://reviews.freebsd.org/D40492 -- You are receiving this mail because: You are the assignee for the bug.