[FFmpeg-devel] [PATCH] avfilter: add LIBVMAF filter
Derek Buitenhuis
derek.buitenhuis at gmail.com
Sun Jul 16 16:50:34 EEST 2017
On 7/16/2017 2:35 PM, Ronald S. Bultje wrote:
> I tested on OSX and it works fine. I'm OK with pkg-config, but since
> libvmaf doesn't currently have one, we cannot rely on it.
It will work fine (but link to libstdc++ unnecessarily) if you have
build libvmaf as a shared library, but it will fail a static build,
I believe, assuming libvmaf has been built with the native OS X
clang toolchain.
In absence of a proper pkg-config file, my personal opinion is
still that hardcoding a specific C++ runtime is incorrect.
- Derek
More information about the ffmpeg-devel
mailing list