
编译安装mplayer中文版(实际安装成功,有图)
- jioyo源
- 帖子: 3476
- 注册时间: 2008-10-08 13:48
Re: 编译安装mplayer中文版(实际安装成功,有图)

--------------------------------------
论坛精华贴全集:http://forum.ubuntu.org.cn/viewtopic.php?f=48&t=199845
book:http://forum.ubuntu.org.cn/viewtopic.php?f=21&t=198286
论坛精华贴全集:http://forum.ubuntu.org.cn/viewtopic.php?f=48&t=199845
book:http://forum.ubuntu.org.cn/viewtopic.php?f=21&t=198286
-
- 帖子: 8
- 注册时间: 2007-07-30 5:11
- 来自: 中国福建
Re: 编译安装mplayer中文版(实际安装成功,有图)
- ewonder@ubuntu:~/Desktop/MPlayer-1.0rc2$ make
./version.sh `cc -dumpversion`
cc -I./libavcodec -I./libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I. -I./libavutil -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -c -o mplayer.o mplayer.c
mplayer.c: In function 'parse_cfgfiles':
mplayer.c:815: warning: ignoring return value of 'write', declared with attribute warn_unused_result
mplayer.c: In function 'main':
mplayer.c:2503: warning: format not a string literal and no format arguments
mplayer.c:3061: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
mplayer.c:3062: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
mplayer.c: At top level:
libvo/font_load.h:97: warning: 'render_one_glyph' defined but not used
libvo/font_load.h:98: warning: 'kerning' defined but not used
cc -I./libavcodec -I./libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I. -I./libavutil -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -c -o vobsub.o vobsub.c
make -C libvo libvo.a
make[1]: Entering directory `/home/ewonder/Desktop/MPlayer-1.0rc2/libvo'
cc -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -c -o vo_ivtv.o vo_ivtv.c
vo_ivtv.c: In function 'ivtv_reset':
vo_ivtv.c:79: error: storage size of 'sd' isn't known
vo_ivtv.c:80: error: storage size of 'sd1' isn't known
vo_ivtv.c:84: error: 'IVTV_STOP_FL_HIDE_FRAME' undeclared (first use in this function)
vo_ivtv.c:84: error: (Each undeclared identifier is reported only once
vo_ivtv.c:84: error: for each function it appears in.)
vo_ivtv.c:87: error: 'IVTV_IOC_STOP_DECODE' undeclared (first use in this function)
vo_ivtv.c:97: error: 'IVTV_IOC_START_DECODE' undeclared (first use in this function)
vo_ivtv.c:80: warning: unused variable 'sd1'
vo_ivtv.c:79: warning: unused variable 'sd'
make[1]: *** [vo_ivtv.o] Error 1
make[1]: Leaving directory `/home/ewonder/Desktop/MPlayer-1.0rc2/libvo'
make: *** [libvo/libvo.a] 错误 2
不过加了这个后这步是过了
可是后面还有其它错误,晕倒
-
- 帖子: 164
- 注册时间: 2009-01-26 8:43
Re: 编译安装mplayer中文版(实际安装成功,有图)
xiaowei3731 写道:
把你做好的中文打个DEB包发上来多好
正是!。。。。。。。。。。。。。。。。。
把你做好的中文打个DEB包发上来多好

正是!。。。。。。。。。。。。。。。。。
- daf3707
- 论坛版主
- 帖子: 12739
- 注册时间: 2007-06-13 15:57
- 来自: 在他乡
Re: 编译安装mplayer中文版(实际安装成功,有图)
相同的错误,继续寻找shikongcike 写了:./configure 可以加 --disable-ivtv
- ewonder@ubuntu:~/Desktop/MPlayer-1.0rc2$ make
make[1]: Leaving directory `/home/ewonder/Desktop/MPlayer-1.0rc2/libvo'
make: *** [libvo/libvo.a] 错误 2
不过加了这个后这步是过了
可是后面还有其它错误,晕倒
- lqwki
- 帖子: 6
- 注册时间: 2008-12-27 16:17
Re: 编译安装mplayer中文版(实际安装成功,有图)
再顶一顶这帖子,希望高手做个中文的DEB发上来,我编译出错了
生命不熄,暴兵不止
-----------------------------
AMD4200+
金士顿DDR2 2G
昂达A78GT
七彩虹HD2600XT
-----------------------------
AMD4200+
金士顿DDR2 2G
昂达A78GT
七彩虹HD2600XT
- xsoul
- 帖子: 441
- 注册时间: 2007-06-05 18:27
- 成功者
- 帖子: 677
- 注册时间: 2008-09-20 16:37
Re: 编译安装mplayer中文版(实际安装成功,有图)
太复杂了,看着就晕.
-
- 帖子: 9
- 注册时间: 2009-07-01 19:05
Re: 编译安装mplayer中文版(实际安装成功,有图)
可怜我是新手,纯支持下了
-
- 帖子: 52
- 注册时间: 2009-08-01 0:38
- 来自: 广西
Re: 编译安装mplayer中文版(实际安装成功,有图)
也是啊mix3661 写了:正是!。。。。。。。。。。。。。。。。。xiaowei3731 写了:把你做好的中文打个DEB包发上来多好

Sysytem:windows xp+ubuntu10.04+win7
CPU:AMD7750
HD:WD(sata)320G
Menory:2G
主板:磐正超磐手 AK790GS
LCD:LG W2043S
CPU:AMD7750
HD:WD(sata)320G
Menory:2G
主板:磐正超磐手 AK790GS
LCD:LG W2043S
- ttand
- 帖子: 1745
- 注册时间: 2005-08-22 14:05
- 来自: 离开北京
Re: 编译安装mplayer中文版(实际安装成功,有图)
哎曾几何时我也喜欢编译。。
到头来发现是走远路。得不偿失。
后来才发现系统的包才是王道。就算编译也用apt-src下载后修改配置然后 dpkg 打包编译。
直接编译往往会有无法和系统管理一致,管理不方便。升级很麻烦等等问题。
到头来发现是走远路。得不偿失。
后来才发现系统的包才是王道。就算编译也用apt-src下载后修改配置然后 dpkg 打包编译。
直接编译往往会有无法和系统管理一致,管理不方便。升级很麻烦等等问题。
错过好多好贴,没占到广告位后悔啊
- eexpress
- 帖子: 58428
- 注册时间: 2005-08-14 21:55
- 来自: 长沙
- xiajiebuhui
- 帖子: 193
- 注册时间: 2008-07-17 13:24
- 联系:
Re: 编译安装mplayer中文版(实际安装成功,有图)
告诉你少皮肤,还说什么呢?mecil9 写了:请问楼主,我这个是什么问题呢?运行gmplayer出现下诉问题,可以用命令项启动,谢谢,等您回信!
MPlayer dev-SVN-rUNKNOWN-4.3.3 (C) 2000-2008 MPlayer Team
CPU: Intel(R) Core(TM)2 Duo CPU T8100 @ 2.10GHz (Family: 6, Model: 23, Stepping: 6)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
编译时针对 x86 CPU 扩展指令集优化: MMX MMX2 SSE SSE2
129 音频和 258 视频编解码器
/usr/share/themes/Human/gtk-2.0/gtkrc:82: Murrine configuration option "highlight_ratio" will be deprecated in future releases. Please use "highlight_shade" instead.
/usr/share/themes/Human/gtk-2.0/gtkrc:83: Murrine configuration option "lightborder_ratio" will be deprecated in future releases. Please use "lightborder_shade" instead.
/usr/share/themes/Human/gtk-2.0/gtkrc:194: Murrine configuration option "highlight_ratio" will be deprecated in future releases. Please use "highlight_shade" instead.
[skin] 文件 (/usr/local/mplayer//share/mplayer/skins/default/skin) 没找到。
找不到皮肤 (default)。
代码: 全选
cd
mkdir .mplayer/skins
加压一个皮肤到skins里面,改名为default即可,当然按照提示安装皮肤到share/mplayer也是对的。
代码: 全选
如鱼饮水 冷暖自知
- guishugan
- 帖子: 379
- 注册时间: 2009-03-02 19:30
- 来自: 河北石家庄
-
- 帖子: 67
- 注册时间: 2009-08-13 16:56
Re: 编译安装mplayer中文版(实际安装成功,有图)
现在都懒了,直接都apt-get了
想起以前编译安装mplayer的时候就头疼
LZ厉害哦
想起以前编译安装mplayer的时候就头疼
LZ厉害哦