1.运行 ./configure --enable -gui时出现:The GUI requires libavcodec with PNG support (needs zlib).
解决方法:apt-get install libgtk2.0-dev
2 运行 ./configure 时出现 :
.ffmpeg yasm not found, use --disable-yasm for a crippled build
解决方法:sudo apt-get install yasm
3.运行 gmplayer 时出现
Error in skin config file on line 45: Unknown item 'pimage'
解决方法:$ cd /usr/local/share/mplayer/skins/default
$ sudo gedit skin
将前面不带分号的那个pimage改成potmeter
本文介绍了在安装FFmpeg过程中遇到的缺少PNG支持及找不到yasm的问题解决方案,并提供了运行MPlayer时遇到的皮肤配置文件错误的修正方法。
5239

被折叠的 条评论
为什么被折叠?



