OK, I did do away with using sudo and with a few permissions related changes, I was able to build ffmpeg. But the problem remains.
Also, I tried removing the libvmaf.dylib and libvmaf.1.dylib and just retain the libvmaf.a (since I only care for a static build). Now I have a problem configuring ffmpeg. /./configure --pkg-config="pkg-config --static" --prefix="$PATHFFMPEG" --bindir="$PATHFFMPEG/bin" --libdir="$PATHFFMPEG/lib" --shlibdir="$PATHFFMPEG/lib" --incdir="$PATHFFMPEG/include" --pkgconfigdir="$PATHFFMPEG/lib/pkgconfig" --enable-gpl --enable-nonfree --enable-libx264 --enable-libfdk-aac --enable-libx265 --enable-libvorbis --enable-libvpx --enable-libaom --enable-libvmaf --enable-version3 --disable-v4l2-m2m --disable-outdev=v4l2 --disable-shared --enable-static --extra-cflags="-I $PATHFFMPEG/include" --extra-ldflags="-L $PATHFFMPEG/lib"/ => *ERROR: libvmaf >= 1.3.9 not found using pkg-config* -- Sent from: http://www.ffmpeg-archive.org/ _______________________________________________ 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".
