Hi,
I'm trying to build on Windows using WSL2 and have compilation issue on step 10.
libavfilter/vf_transform360.c: At top level:
libavfilter/vf_transform360.c:479:6: error: ‘AVFilter’ has no member named ‘init_dict’
479 | .init_dict = init_dict,
And some warnings.
At previous step also had ERROR: opencv not found using pkg-config which looks to be solved by adding
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig/ before calling configure.
I did something wrong or ffmpeg sources became incompatible ?