ubuntu编译pyav报错libx264 not found解决示例
更新时间:2023年09月13日 10:33:55 作者:ponponon
这篇文章主要为大家介绍了ubuntu编译pyav报错libx264 not found解决示例详解,有需要的朋友可以借鉴参考下,希望能够有所帮助,祝大家多多进步,早日升职加薪
编译
./configure ERROR: libx264 not found 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.
解决办法
sudo apt-get install -y libx264-dev
报错
./configure ERROR: libxml-2.0 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.
解决办法
apt-get install -y libxml2 libxml2-dev
以上就是ubuntu编译pyav报错libx264 not found解决示例的详细内容,更多关于ubuntu编译pyav报错的资料请关注脚本之家其它相关文章!
相关文章
一天一个shell命令 linux文本操作系列-tree命令详解
这篇文章主要介绍了一天一个shell命令 linux文本操作系列-tree命令详解,需要的朋友可以参考下2016-06-06
使用ubuntu搭建公网个人邮件服务器(基于postfix,dovecot,mysql)
这篇文章主要介绍了基于ubuntu搭建公网个人邮件服务器(基于postfix,dovecot,mysql),免费的邮箱每天发信数量是有限制的,所以呢就想着搭建一个自己的邮件服务器,需要的朋友可以参考下2019-06-06
完美解决Linux搭建sftp出现Write failed:Broken pipe的问题
下面小编就为大家带来一篇完美解决Linux搭建sftp出现Write failed:Broken pipe的问题。小编觉得挺不错的,现在就分享给大家,也给大家做个参考。一起跟随小编过来看看吧2017-06-06


最新评论