- 1、本文档共18页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
0210 在Mplayer上实现fbdev的视频位置移动
一直以来都在研究Mplayer能否在mini2440开发板上的控件上播放,即利用-wid 指定到对应控件的Id上显示图像。
然而-wid仅支持openGL x11 DirectX
一开始是认为在开发板上行移植openGL,花了不少时间去研究,openGL有编译移植后,Mplayer却没有识别。
后来发现mplayer移植时也没有编译gl的库。如下为configuer的消息
./configure --host-cc=gcc --cc=arm-linux-gcc --target=arm --enable-static --disable-win32dll --disable-dvdread --disable-dvdread-internal --disable-dvdnav --disable-libdvdcss-internal --enable-fbdev --disable-live --enable-mad --enable-gl --enable-libavcodec_a \
--disable-live 21 | tee logfile
Detected operating system: arm
Detected host architecture: arm
Checking for arm-linux-gcc version ... 4.3.2, ok
Checking for host cc ... gcc
Checking for cross compilation ... ./configure: line 1501: /tmp/mplayer-conf-22834-7462: cannot execute binary file
yes
Checking for assembler support of -pipe option ... yes
Checking for compiler support of named assembler arguments ... yes
Checking for .align is a power of two ... yes
Checking for ARMv5TE (Enhanced DSP Extensions) ... no
Checking for ARMv6 (SIMD instructions) ... no
Checking for iWMMXt (Intel XScale SIMD instructions) ... no
Checking for -lposix ... no
Checking for -lm ... yes
Checking for langinfo ... yes
Checking for language ... using en (man pages: en )
Checking for enable sighandler ... yes
Checking for runtime cpudetection ... no
Checking for restrict keyword ... __restrict
Checking for __builtin_expect ... yes
Checking for kstat ... no
Checking for posix4 ... no
Checking for lrintf ... yes
Checking for mkstemp ... yes
Checking for nanosleep ... yes
Checking for socklib ... yes
Checking for inet_pton() ... yes (using )
Checking for network ... yes
Checking for inttypes.h (required) ... yes
Checking for int_fastXY_t in inttypes.h ... yes
Checking for word size ... ./configure: line 2946: /tmp/mplayer-conf-22834-7462: cannot execute binary file
Checking for malloc.h ... yes
Checking for memalign() ... yes
Checking for alloca.h ... yes
Checking for mman.h ... yes
Checking for dynamic loader ... yes
文档评论(0)