码迷,mamicode.com
首页 > 其他好文 > 详细

tiny210移植MPlayer

时间:2015-04-21 09:41:33      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:移植   mplayer   tiny210   

1.解压MPlayer-1.0rc3.tar.bz2

tar -jzxvf MPlayer-1.0rc3.tar.bz2

进入解压出来的目录


2.进行./configure配置

./configure --host-cc=gcc --cc=arm-linux-gcc--target=arm-linux  --enable-static --disable-win32dll--disable-dvdread --disable-dvdread-internal --disable-dvdnav--disable-libdvdcss-internal --enable-fbdev --disable-mencoder --disable-live--disable-mp3lib --enable-mad --enable-libavcodec_a --disable-live --disable-ivtv --prefix=/usr/local/mplayer

技术分享


3.用vi打开生成的Makefile文件

在下图所示的地方加入-lrt否则编译的时候会报错(undefined references to `clock_gettime‘ )

技术分享


4.make即可在当前文件得到可执行文件mplayer

技术分享


5.将该文件拷贝到开发板中,并执行如下指令即可播放视频:

技术分享


技术分享


tiny210移植MPlayer

标签:移植   mplayer   tiny210   

原文地址:http://blog.csdn.net/u011735736/article/details/45165699

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!