免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1485 | 回复: 0
打印 上一主题 下一主题

[其它] Mplayer的移植。总是失败。求解 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2015-04-23 17:16 |只看该作者 |倒序浏览
[root@leochou MPlayer-1.0rc2]# make install
install -d /mywork/mplayer//bin
install -d /mywork/mplayer//share/mplayer
install -d /mywork/mplayer//share/man/man1
install -d /mywork/mplayer//etc/mplayer
if test -f /mywork/mplayer//etc/mplayer/codecs.conf ; then mv -f /mywork/mplayer//etc/mplayer/codecs.conf /mywork/mplayer//etc/mplayer/codecs.conf.old ; fi
make -C libvo libvo.a
make[1]: Entering directory `/mywork/mplayer/MPlayer-1.0rc2/libvo'
make[1]: `libvo.a' is up to date.
make[1]: Leaving directory `/mywork/mplayer/MPlayer-1.0rc2/libvo'
make -C libao2
make[1]: Entering directory `/mywork/mplayer/MPlayer-1.0rc2/libao2'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/mywork/mplayer/MPlayer-1.0rc2/libao2'
make -C input
make[1]: Entering directory `/mywork/mplayer/MPlayer-1.0rc2/input'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/mywork/mplayer/MPlayer-1.0rc2/input'
make -C libmpcodecs
make[1]: Entering directory `/mywork/mplayer/MPlayer-1.0rc2/libmpcodecs'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/mywork/mplayer/MPlayer-1.0rc2/libmpcodecs'
make -C libaf
make[1]: Entering directory `/mywork/mplayer/MPlayer-1.0rc2/libaf'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/mywork/mplayer/MPlayer-1.0rc2/libaf'
make -C libmpdemux libmpdemux.a
make[1]: Entering directory `/mywork/mplayer/MPlayer-1.0rc2/libmpdemux'
make[1]: `libmpdemux.a' is up to date.
make[1]: Leaving directory `/mywork/mplayer/MPlayer-1.0rc2/libmpdemux'
make -C stream
make[1]: Entering directory `/mywork/mplayer/MPlayer-1.0rc2/stream'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/mywork/mplayer/MPlayer-1.0rc2/stream'
make -C libswscale
make[1]: Entering directory `/mywork/mplayer/MPlayer-1.0rc2/libswscale'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mywork/mplayer/MPlayer-1.0rc2/libswscale'
make -C libvo libosd.a
make[1]: Entering directory `/mywork/mplayer/MPlayer-1.0rc2/libvo'
make[1]: `libosd.a' is up to date.
make[1]: Leaving directory `/mywork/mplayer/MPlayer-1.0rc2/libvo'
make -C libavformat
make[1]: Entering directory `/mywork/mplayer/MPlayer-1.0rc2/libavformat'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mywork/mplayer/MPlayer-1.0rc2/libavformat'
make -C libavcodec
make[1]: Entering directory `/mywork/mplayer/MPlayer-1.0rc2/libavcodec'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mywork/mplayer/MPlayer-1.0rc2/libavcodec'
make -C libavutil
make[1]: Entering directory `/mywork/mplayer/MPlayer-1.0rc2/libavutil'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mywork/mplayer/MPlayer-1.0rc2/libavutil'
make -C liba52
make[1]: Entering directory `/mywork/mplayer/MPlayer-1.0rc2/liba52'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/mywork/mplayer/MPlayer-1.0rc2/liba52'
make -C libmpeg2
make[1]: Entering directory `/mywork/mplayer/MPlayer-1.0rc2/libmpeg2'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/mywork/mplayer/MPlayer-1.0rc2/libmpeg2'
make -C libfaad2
make[1]: Entering directory `/mywork/mplayer/MPlayer-1.0rc2/libfaad2'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/mywork/mplayer/MPlayer-1.0rc2/libfaad2'
make -C osdep
make[1]: Entering directory `/mywork/mplayer/MPlayer-1.0rc2/osdep'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/mywork/mplayer/MPlayer-1.0rc2/osdep'
arm-linux-gcc -o mplayer mplayer.o m_property.o mp_fifo.o mp_msg.o mixer.o parser-mpcmd.o subopt-helper.o command.o asxparser.o codec-cfg.o cpudetect.o edl.o find_sub.o get_path.o m_config.o m_option.o m_struct.o mpcommon.o parser-cfg.o playtree.o playtreeparser.o spudec.o sub_cc.o subreader.o vobsub.o unrarlib.o libvo/libvo.a libao2/libao2.a input/libinput.a libmpcodecs/libmpcodecs.a libaf/libaf.a libmpdemux/libmpdemux.a stream/stream.a libswscale/libswscale.a libvo/libosd.a libavformat/libavformat.a libavcodec/libavcodec.a libavutil/libavutil.a libpostproc/libpostproc.a liba52/liba52.a libmpeg2/libmpeg2.a libfaad2/libfaad2.a tremor/libvorbisidec.a osdep/libosdep.a  -Wl,-z,noexecstack -L/mywork/libmad/lib  -lz -lmad -lpthread -ldl -rdynamic -static -lm   
m_property.o: file not recognized: File format not recognized
collect2: ld returned 1 exit status
make: *** [mplayer] 错误 1
大神们能帮忙看看时什么错误嘛.折腾了好久了还是不知错在哪里!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP