[FFmpeg-user] cross compilation of ffmpeg, targetting WIndows: libbluray can not be found

Vincent Torri vincent.torri at gmail.com
Wed May 29 17:28:00 EEST 2019


On Wed, May 29, 2019 at 2:29 PM Moritz Barsnick <barsnick at gmx.net> wrote:
>
> On Wed, May 29, 2019 at 12:08:27 +0200, Vincent Torri wrote:
> > ERROR: libbluray not found using pkg-config
> [config.log:]
> > require_pkg_config libbluray libbluray libbluray/bluray.h bd_open
> > check_pkg_config libbluray libbluray libbluray/bluray.h bd_open
> > test_pkg_config libbluray libbluray libbluray/bluray.h bd_open
> > false --exists --print-errors libbluray
> > ERROR: libbluray not found using pkg-config
>
> IMO, this indicates that libbluray.pc was not found.

normally, when pkg-config fails, it displays a message, like :


$ pkg-config --modversion foo
Package foo was not found in the pkg-config search path.
Perhaps you should add the directory containing `foo.pc'
to the PKG_CONFIG_PATH environment variable
No package 'foo' found

if libbluray.pc is not found, is it normal that config.log has no such message ?

Vincent Torri


More information about the ffmpeg-user mailing list