[FFmpeg-devel] Install from Source on CentOS 7
Moritz Barsnick
barsnick at gmx.net
Fri Dec 28 13:09:24 EET 2018
On Thu, Dec 27, 2018 at 22:38:24 -0800, Larry Apolonio wrote:
> ERROR: x265 not found using pkg-config
[...]
> pkg-config --exists --print-errors x265
> Package x265 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `x265.pc'
> to the PKG_CONFIG_PATH environment variable
After x265's "sudo make install", is x265.pc located where your other
pkgconfig files are located?
Perhaps you need to
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
in case pkgconfig is not searching that path by default.
(Assuming "make install" installed to /usr/local.)
Moritz
More information about the ffmpeg-devel
mailing list