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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel