?安装 ffmpeg 时出现错误
ERROR: libx264 not found
网上搜索了半天,什么改代码,加版本号的都试过了,没解决,最终找到原因了
?
就是在安装?x264 时 增加选项 --enable-shared
#./configure --enable-shared?
#make
#make install
?
再次执行 ffmpeg?安装就不报错了
?安装 ffmpeg 时出现错误
ERROR: libx264 not found
网上搜索了半天,什么改代码,加版本号的都试过了,没解决,最终找到原因了
?
就是在安装?x264 时 增加选项 --enable-shared
#./configure --enable-shared?
#make
#make install
?
再次执行 ffmpeg?安装就不报错了