`
dbp_cn
  • 浏览: 81911 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

linux 编译mplayer 中碰到的小问题解决

阅读更多

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

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics