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  

文章来源:https://www.cnaaa.net,转载请注明出处:https://www.cnaaa.net/archives/9660

(0)
郭靖的头像郭靖
上一篇 2023年9月14日 下午8:47
下一篇 2023年9月19日 下午4:48

相关推荐

  • 常见的域名解析记录类型

    A记录 使用场景 又称IP指向,用户可以在此设置子域名并指向到自己的目标主机地址,从而实现通过域名找到服务器 。 说明 指向的目标主机地址类型只能使用IP地址 设置方法 记录类型:选择 A 主机记录:一般是指子域名的前缀(如需创建子域名为www.dns-example.com, 主机记录输入 www;如需实现dns-example.com…

    2022年8月9日
    1.5K00
  • 域名备案需要哪些材料?

    一、个人备案 1.身份证正反彩色扫描件 2.核验单 (打印出来手写好并扫描成电子档,不要写日期) 3.接入商背景幕布照片 4.备案信息表(word文档) 5.域名证书 6.个人备案网站内容承诺书 7.现居住地址与身份证所有地不是同一个省份的,还需要提供暂住证或者居住证。 二、企业备案 1.企业营业执照彩色电子件(或组织机构代码、法人证书等等扫描件) 2.企业…

    2022年6月11日
    2.3K00
  • 一文搞懂DNS服务器的解析原理及组成

    1、DNS Domain Name Service,域名服务,作用:为客户机提供域名解析服务器 2、域名组成 2.1、域名组成概述 如”www.sina.com.cn”是一个域名,从严格意义上讲,”sina.com.cn”才被称为域名(全球唯一),而”www”是主机名。“主机…

    2022年6月10日
    2.0K00
  • laravel新建应用报错:The Process class relies on proc_open, which is not

    1、问题描述 2、原因 proc_open实际上是一个函数,是PHP用来和shell交互的函数,一般如果让PHP可以直接操作系统的函数的话,是非常不安全的。所以,在PHP配置文件上有对这些不安全的函数作出保护,如果有需要的时候,可以根据开发需求作出修改配置 3、解决方法 打开php.ini,并搜索disable_functions指令,找到类似如下内容: 找…

    2023年2月14日
    1.5K00
  • Linux扩容报错”No space left on device”的解决方法

    lvextend 不好使,于是我使用了 lvresize,重新调整了 /dev/mapper/ubuntu 的 lv 大小,并刷新了文件系统 刷新文件系统 查看目录占用情况

    2022年7月25日
    1.5K00

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

在线咨询: QQ交谈

邮件:712342017@qq.com

工作时间:周一至周五,8:30-17:30,节假日休息

关注微信