1

ubuntuでlibavを設定すると、次のような警告が表示されます

警告:i586-mingw32msvc-pkg-configが見つかりません。ライブラリの検出に失敗する可能性があります。

これが私の設定コードです。

./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

4

1 に答える 1

0

私はこの問題を解決します。

私の場合は/usr/binである必要があります

i586-mingw32msvc-pkg-configファイルは実行可能である必要があります。(chmod + x i586-mingw32msvc-pkg-config)

于 2011-05-19T08:05:47.443 に答える