[FFmpeg-user] FFMPEG with VMAF - dyld: Library not loaded: @rpath/libvmaf.1.dylib

kumarsnathan kumarsnathan at gmail.com
Wed Dec 16 21:51:45 EET 2020


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/


More information about the ffmpeg-user mailing list