1. 硬件平台 NI-IC-373
2. ffmpeg 版本 ffmpeg-3.3.4
/configure会报错:pr command not found
Compile FFmpeg on Ubuntu, Debian, or Mint
参考: [FFmpeg-devel] [PATCH] Fix pkg-config detection when using a cross-prefix
注:如果需要安装libx264支持,请参考
http://blog.csdn.net/li_wen01/article/details/62889494
http://www.cnblogs.com/gjianw217/p/3228455.html
环境变量
引用库目录
参考: 多线程的make
其他参考
1. FFmpeg在Linux下编译使用
2. ffmpeg 在linux下编译
3. FFmpeg在Linux下安装编译过程
4. Linux-安装FFmpeg
其他问题
1. Ffmpeg error in linux [closed]
2. https://linuxserverguide.wordpress.com/2010/10/15/ffmpeg-error-while-loading-shared-libraries-libavdevice-so-52-cannot-open-shared-object-file/
1. librtmpcd rtmpdump
make
make install123123
2. yasm
cd yasm
./configure --prefix=/usr/local/yasm
make
make install12341234
3. libx264
cd x264
./configure --prefix=/usr/local/x264 --enable-shared --enable-static --enable-yasm
make
make install
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)