configure 问题
来源:1-5 FFmpeg下载,编译与安装

littlechenxu
2019-03-03
在configure 时候用Mac 遇到了这个问题
然后也装了pkg-config
问下老师那块参数该如何改呢
./configure --prefix=/usr/local/ffmpeg --disable-x86asm --enable-gpl --enable-nonfree --enable-libfdk-aac --enable-libx264 --enable-libx265 --enable-filter=delogo --enable-debug --disable-optimizations --enable-libspeex --enable-videotoolbox --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --cc=clang --host-cflags= --host-ldflags=
ERROR: speex not found using pkg-config
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file “ffbuild/config.log” produced by configure as this will help
solve the problem.
1回答
-
李超
2019-03-03
环境变量没有设置,或没有设置好,看下慕课网中的手记,搜ffmpeg, 找常见问题,重点看PKG_CONFIG_PATH 的设置
012019-03-03
相似问题