Hello, I experienced funny ffmpeg compille error "ERROR: libvmaf >= 2.0.0 not found using pkg-config". The reason why I feel funny is that ffmpeg commit of "06a54a4ec73ea6eb8cec41b7af75367bafb075e0(Date: Sat Jan 22 10:32:34 2022 +0100)" can configure and make correctly, but current git head can't configure. I suppose something wrong was happened after 2022/01/22.
I'm trying to build ffmpeg on macOS 12.2.
The seems to error portion on config.log is:
/var/folders/1d/qk_hczkn68xfv_7gdbkmhwx40000gn/T//ffconf.DmkkrFIx/test.c:3:44:
error: use of undeclared identifier 'vmaf_init'
long check_vmaf_init(void) { return (long) vmaf_init; }
^
1 error generated.
ERROR: libvmaf >= 2.0.0 not found using pkg-config
Any help is appreciated...
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
