SuB*_*SuB 4 ffmpeg libav software-installation
我正在编译生成以下错误的源代码:
checking for avcodec.h... no
checking for libavcodec/avcodec.h... no
checking for ffmpeg/avcodec.h... no
checking for libav/avcodec.h... no
checking for ffmpeg/libavcodec/avcodec.h... no
checking for libav/libavcodec/avcodec.h... no
configure: error: avcodec headers not found! Install FFmpeg or Libav.
Run Code Online (Sandbox Code Playgroud)
安装ffmpeg
软件包对我没有帮助。应该安装哪个包?
小智 7
正如您在 packages.ubuntu.com 上看到的,avcodec.h
在libavcodec-dev
包中。使用以下命令安装它:
sudo apt-get install libavcodec-dev
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
2577 次 |
最近记录: |