繁体   English   中英

在交叉编译ffmpeg时警告“找不到i686-mingw32-pkg-config,库检测可能会失败”

[英]Warning “i686-mingw32-pkg-config not found, library detection may fail” while cross compiling ffmpeg

在尝试交叉编译ffmpeg时,我收到以下警告,如下所示

$ ./configure --enable-gpl --enable-version3 --enable-libgsm --enable-libvorbis --enable-libtheora --enable-libspeex --enable-libmp3lame --enable-libopenjpeg --enable-libopencore_amrwb --enable-libopencore_amrnb --arch=x86 --enable-runtime-cpudetect --enable-static --disable-shared --enable-libxvid --enable-libx264 --target-os=mingw32 --enable-avisynth --enable-w32threads --cross-prefix=i686-mingw32- --cc='i686-mingw32-gcc' --enable-memalign-hack --disable-doc --enable-avfilter --disable-ffplay --disable-ffserver --disable-ffprobe

配置运行正常,但出现以下警告

License: GPL version 3 or later
Creating config.mak and config.h...
libavutil/avconfig.h is unchanged

WARNING: i686-mingw32-pkg-config not found, library detection may fail.

如何i686-mingw32-pkg-config

缺少的库位于mingw-w64-tools包中。

安装它

sudo apt-get install mingw-w64-tools

我正在使用MinGw64。 这是一个缺少的包:

pacman -S mingw-w64-x86_64-toolchain

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM