LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: aidiseng

在装mplayer时 解压后 使用make时出现的问题

[复制链接]
 楼主| 发表于 2004-12-16 00:57:02 | 显示全部楼层
i386/dsputil_mmx.c:36: warning: `used' attribute ignored
i386/dsputil_mmx.c:37: warning: `used' attribute ignored
i386/dsputil_mmx.c:38: warning: `used' attribute ignored
i386/dsputil_mmx.c:40: warning: `used' attribute ignored
i386/dsputil_mmx.c:41: warning: `used' attribute ignored
i386/dsputil_mmx.c:42: warning: `used' attribute ignored
i386/dsputil_mmx.c:43: warning: `used' attribute ignored
i386/dsputil_mmx.c:45: warning: `used' attribute ignored
发表于 2004-12-16 00:58:28 | 显示全部楼层
别担心,这些东西不用看。结果是最重要的。
只要make 最后没有error就ok拉
 楼主| 发表于 2004-12-16 01:37:44 | 显示全部楼层
[root@localhost MPlayer-1.0pre5]# mp
mpage       mpicc       mpimsg      mplayer     mpto
mpartition  mpiCC       mpirun      mpost       mptopdf
mpic++      mpif77      mpitask     mpstat
[root@localhost MPlayer-1.0pre5]# mplayer
MPlayer 1.0pre5-3.2.2 (C) 2000-2004 MPlayer Team

CPU: Advanced Micro Devices Duron Spitfire 856.3 MHz (Family: 6, Stepping: 1)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx

Reading config file /usr/local/etc/mplayer/mplayer.conf: 没有那个文件或目录
Creating config file: /root/.mplayer/config
Reading config file /root/.mplayer/config
Reading /root/.mplayer/codecs.conf: Can't open '/root/.mplayer/codecs.conf': 没
有那个文件或目录
Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': 没有那个文件或目录
Using built-in default codecs.conf.
Usage:   mplayer [options] [url|path/]filename

Basic options: (complete list in the man page)
-vo <drv[:dev]>  select video output driver & device ('-vo help' for a list)
-ao <drv[:dev]>  select audio output driver & device ('-ao help' for a list)
vcd://<trackno>   play (S)VCD (Super Video CD) track (raw device, no mount)
dvd://<titleno>   play DVD title from device instead of plain file
-alang/-slang    select DVD audio/subtitle language (by 2-char country code)
-ss <timepos>    seek to given (seconds or hh:mm:ss) position
-nosound         do not play sound
-fs              fullscreen playback (or -vm, -zoom, details in the man page)
-x <x> -y <y>    set display resolution (for use with -vm or -zoom)
-sub <file>      specify subtitle file to use (also see -subfps, -subdelay)
-playlist <file> specify playlist file
-vid x -aid y    select video (x) and audio (y) stream to play
-fps x -srate y  change video (x fps) and audio (y Hz) rate
-pp <quality>    enable postprocessing filter (details in the man page)
-framedrop       enable frame dropping (for slow machines)

Basic keys: (complete list in the man page, also check input.conf)
<-  or  ->       seek backward/forward 10 seconds
up or down       seek backward/forward  1 minute
pgup or pgdown   seek backward/forward 10 minutes
< or >           step backward/forward in playlist
p or SPACE       pause movie (press any key to continue)
q or ESC         stop playing and quit program
+ or -           adjust audio delay by +/- 0.1 second
o                cycle OSD mode:  none / seekbar / seekbar + timer
* or /           increase or decrease PCM volume
z or x           adjust subtitle delay by +/- 0.1 second
r or t           adjust subtitle position up/down, also see -vf expand

* * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *

[root@localhost MPlayer-1.0pre5]# cd
[root@localhost root]# mp
bash: mp: command not found
[root@localhost root]# mp
mpage       mpicc       mpimsg      mplayer     mpto
mpartition  mpiCC       mpirun      mpost       mptopdf
mpic++      mpif77      mpitask     mpstat
[root@localhost root]# mplayer
MPlayer 1.0pre5-3.2.2 (C) 2000-2004 MPlayer Team

CPU: Advanced Micro Devices Duron Spitfire 856.2 MHz (Family: 6, Stepping: 1)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx

Reading config file /usr/local/etc/mplayer/mplayer.conf: 没有那个文件或目录
Reading config file /root/.mplayer/config
Reading /root/.mplayer/codecs.conf: Can't open '/root/.mplayer/codecs.conf': 没
有那个文件或目录
Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': 没有那个文件或目录
Using built-in default codecs.conf.
Usage:   mplayer [options] [url|path/]filename

Basic options: (complete list in the man page)
-vo <drv[:dev]>  select video output driver & device ('-vo help' for a list)
-ao <drv[:dev]>  select audio output driver & device ('-ao help' for a list)
vcd://<trackno>   play (S)VCD (Super Video CD) track (raw device, no mount)
dvd://<titleno>   play DVD title from device instead of plain file
-alang/-slang    select DVD audio/subtitle language (by 2-char country code)
-ss <timepos>    seek to given (seconds or hh:mm:ss) position
-nosound         do not play sound
-fs              fullscreen playback (or -vm, -zoom, details in the man page)
-x <x> -y <y>    set display resolution (for use with -vm or -zoom)
-sub <file>      specify subtitle file to use (also see -subfps, -subdelay)
-playlist <file> specify playlist file
-vid x -aid y    select video (x) and audio (y) stream to play
-fps x -srate y  change video (x fps) and audio (y Hz) rate
-pp <quality>    enable postprocessing filter (details in the man page)
-framedrop       enable frame dropping (for slow machines)

Basic keys: (complete list in the man page, also check input.conf)
<-  or  ->       seek backward/forward 10 seconds
up or down       seek backward/forward  1 minute
pgup or pgdown   seek backward/forward 10 minutes
< or >           step backward/forward in playlist
p or SPACE       pause movie (press any key to continue)
q or ESC         stop playing and quit program
+ or -           adjust audio delay by +/- 0.1 second
o                cycle OSD mode:  none / seekbar / seekbar + timer
* or /           increase or decrease PCM volume
z or x           adjust subtitle delay by +/- 0.1 second
r or t           adjust subtitle position up/down, also see -vf expand

* * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *

这是最后MAKE INSTALL 后出现的 这样是正确的吗
发表于 2004-12-16 01:38:45 | 显示全部楼层
看上去是安装好了
发表于 2004-12-16 03:19:40 | 显示全部楼层
基本来说,没问题。。就是这个样子的。

图形界面:运行 gmplayer
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表