Created attachment 240905 [details] Patch for blender Fix build with FFmpeg 6.0 Compile tested on FreeBSD 13.2-BETA1 (amd64) Poudriere testport OK 12.3-RELEASE (amd64) Source: https://github.com/archlinux/svntogit-community/blob/master/blender/trunk/blender-ffmpeg6.patch
Can you give this a spin using FFmpeg 4 (current version in tree)?
It does build with ffmpeg 4.4.3
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0ed9c88a8c2de8744cb63163bdff9f9e4a71693e commit 0ed9c88a8c2de8744cb63163bdff9f9e4a71693e Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-03-25 14:48:29 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-03-25 14:48:33 +0000 graphics/blender: Fix compatibility with FFmpeg 6.0 Fix build with FFmpeg 6.0 Source: https://github.com/archlinux/svntogit-community/blob/master/blender/trunk/blender-ffmpeg6.patch PR: 270275 Reviewed by: Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer) ...rce_blender_blenkernel_intern_writeffmpeg.c (new) | 11 +++++++++++ ...h-source_blender_imbuf_intern_anim__movie.c (new) | 11 +++++++++++ ...patch-source_blender_imbuf_intern_indexer.c (new) | 20 ++++++++++++++++++++ 3 files changed, 42 insertions(+)
Committed, thanks