сб, 10 мая 2025 г., 18:27 Andrea paz <gamberucci.andrea@gmail.com>:
> ...so you need to pass switch (
> --enable-libzimg) to ffmpeg's configure script. And of course have zimg development files installed. (I tested on 3.0.4)
Previously I had tried '--enable-libzimg' in configure but it was not
recognized.
Now I tried: export FFMPEG_EXTRA_CFG=' --enable-libzimg' and it was
recognized. However, the compilation stops with this error:

ERROR: zimg >= 2.7.0 not found using pkg-config

I already had the zimg 3.0.5-1 package in the system.

I think I stepped on this landmine too while enabling Vulkan.

Be sure you also set

EXTRA_LIBS=" -lOpenCL -lSvtAv1Enc -lvpl -ldav1d -lxvidcore -lass -lbluray -lsnappy -lzimg -lplacebo -lshaderc_shared" \                                                                               
in addition to 

FFMPEG_EXTRA_CFG=

before launching autogen.sh/configure/make


I attach the entire cin.log.