Libs.private: -lstdc++ -lm -lrt -ldl -lpthread
我在x265.pc中加了这个几个,但是报下面的错
ld: warning: ignoring duplicate libraries: '-lpthread'
ld: library 'rt' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ERROR: x265 not found using pkg-config
貌似是找不到 rt库
FFmpeg 源码编译报错问题 ERROR: x265 not found using pkg-config在编译FFmpeg的时候报错 其中一篇博客 ERROR: x265 not found using pkg-config 主要是依赖库路径问题(.pc文件路径) 好奇心让我看...