参考链接

https://blog.csdn.net/u014755412/article/details/78874038

https://www.cnblogs.com/wpjamer/p/9192141.html

https://www.cnblogs.com/FutaAlice/p/9041756.html

问题

checking for AVCODEC... no
configure: error: Requested 'libavcodec >= 57.16.0' but version of libavcodec is 54.35.1. Pass --disable-avcodec to ignore this error.

答案

 Uninstall dev-files using "apt-get remove libavcodec-dev"  先删除自带的libavcodec

ffmpeg要安装在/usr/local/下面

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2021-12-08
猜你喜欢
  • 2021-08-15
  • 2021-09-30
  • 2021-11-28
  • 2022-01-10
  • 2021-07-03
  • 2022-01-13
  • 2022-03-01
相关资源
相似解决方案