开发者

where should be i586-mingw32msvc-pkg-config?

when i configure libav in ubunt开发者_StackOverflow社区u, there's an warning like this

WARNING: i586-mingw32msvc-pkg-config not found, library detection may fail.

here's my configure code.

./configure --target-os=mingw32 --cross-prefix=i586-mingw32msvc- --arch=x86 --prefix=/usr/local/win32 --enable-memalign-hack --disable-gpl --disable-avisynth --disable-postproc --enable-runtime-cpudetect --disable-encoders --disable-muxers --disable-network --disable-devices --enable-shared


i solve this problem.

in my case, it should be /usr/bin

i586-mingw32msvc-pkg-config file is must be excutable. (chmod +x i586-mingw32msvc-pkg-config)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜