【发布时间】:2011-05-18 07:09:48
【问题描述】:
当我在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
【问题讨论】:
标签: ffmpeg cross-compiling libav