kingofkirin 发表于 2007-1-5 00:30:47

[求助]我在装MPlayer时碰到了问题,高手们有空帮我看看

make -C loader
make: Entering directory `/root/MPlayer-1.0rc1/loader'
make: Nothing to be done for `all'.
make: Leaving directory `/root/MPlayer-1.0rc1/loader'
make -C loader/dshow
make: Entering directory `/root/MPlayer-1.0rc1/loader/dshow'
make: `libDS_Filter.a' is up to date.
make: Leaving directory `/root/MPlayer-1.0rc1/loader/dshow'
make -C loader/dmo
make: Entering directory `/root/MPlayer-1.0rc1/loader/dmo'
make: `libDMO_Filter.a' is up to date.
make: Leaving directory `/root/MPlayer-1.0rc1/loader/dmo'
make -C libavformat LIBPREF=lib LIBSUF=.a
make: Entering directory `/root/MPlayer-1.0rc1/libavformat'
make: Nothing to be done for `all'.
make: Leaving directory `/root/MPlayer-1.0rc1/libavformat'
make -C libavcodec LIBPREF=lib LIBSUF=.a
make: Entering directory `/root/MPlayer-1.0rc1/libavcodec'
make: Nothing to be done for `all'.
make: Leaving directory `/root/MPlayer-1.0rc1/libavcodec'
make -C libavutil LIBPREF=lib LIBSUF=.a
make: Entering directory `/root/MPlayer-1.0rc1/libavutil'
make: Nothing to be done for `all'.
make: Leaving directory `/root/MPlayer-1.0rc1/libavutil'
make -C libmpdemux
make: Entering directory `/root/MPlayer-1.0rc1/libmpdemux'
make: Nothing to be done for `all'.
make: Leaving directory `/root/MPlayer-1.0rc1/libmpdemux'
make -C stream
make: Entering directory `/root/MPlayer-1.0rc1/stream'
make: Nothing to be done for `all'.
make: Leaving directory `/root/MPlayer-1.0rc1/stream'
make -C libmpcodecs
make: Entering directory `/root/MPlayer-1.0rc1/libmpcodecs'
make: Nothing to be done for `all'.
make: Leaving directory `/root/MPlayer-1.0rc1/libmpcodecs'
make -C libao2
make: Entering directory `/root/MPlayer-1.0rc1/libao2'
make: `libao2.a' is up to date.
make: Leaving directory `/root/MPlayer-1.0rc1/libao2'
make -C osdep
make: Entering directory `/root/MPlayer-1.0rc1/osdep'
make: `libosdep.a' is up to date.
make: Leaving directory `/root/MPlayer-1.0rc1/osdep'
make -C libswscale LIBPREF=lib LIBSUF=.a
make: Entering directory `/root/MPlayer-1.0rc1/libswscale'
make: Nothing to be done for `all'.
make: Leaving directory `/root/MPlayer-1.0rc1/libswscale'
make -C input
make: Entering directory `/root/MPlayer-1.0rc1/input'
make: `libinput.a' is up to date.
make: Leaving directory `/root/MPlayer-1.0rc1/input'
make -C libvo
make: Entering directory `/root/MPlayer-1.0rc1/libvo'
make: `libvo.a' is up to date.
make: Leaving directory `/root/MPlayer-1.0rc1/libvo'
make -C libaf
make: Entering directory `/root/MPlayer-1.0rc1/libaf'
make: `libaf.a' is up to date.
make: Leaving directory `/root/MPlayer-1.0rc1/libaf'
make -C mp3lib
make: Entering directory `/root/MPlayer-1.0rc1/mp3lib'
make: Nothing to be done for `all'.
make: Leaving directory `/root/MPlayer-1.0rc1/mp3lib'
make -C liba52
make: Entering directory `/root/MPlayer-1.0rc1/liba52'
make: `liba52.a' is up to date.
make: Leaving directory `/root/MPlayer-1.0rc1/liba52'
make -C libmpeg2
make: Entering directory `/root/MPlayer-1.0rc1/libmpeg2'
make: `libmpeg2.a' is up to date.
make: Leaving directory `/root/MPlayer-1.0rc1/libmpeg2'
make -C libfaad2
make: Entering directory `/root/MPlayer-1.0rc1/libfaad2'
make: `libfaad2.a' is up to date.
make: Leaving directory `/root/MPlayer-1.0rc1/libfaad2'
make -C libdha
make: Entering directory `/root/MPlayer-1.0rc1/libdha'
make: `libdha.so.1.0' is up to date.
make: Leaving directory `/root/MPlayer-1.0rc1/libdha'
make -C vidix
make: Entering directory `/root/MPlayer-1.0rc1/vidix'
make -C drivers
make: Entering directory `/root/MPlayer-1.0rc1/vidix/drivers'
make: Nothing to be done for `all'.
make: Leaving directory `/root/MPlayer-1.0rc1/vidix/drivers'
make: Leaving directory `/root/MPlayer-1.0rc1/vidix'
make -C libmpdvdkit2
make: Entering directory `/root/MPlayer-1.0rc1/libmpdvdkit2'
make: Nothing to be done for `all'.
make: Leaving directory `/root/MPlayer-1.0rc1/libmpdvdkit2'
make -C libass
make: Entering directory `/root/MPlayer-1.0rc1/libass'
make: Nothing to be done for `all'.
make: Leaving directory `/root/MPlayer-1.0rc1/libass'
make -C Gui
make: Entering directory `/root/MPlayer-1.0rc1/Gui'
make: `libgui.a' is up to date.
make: Leaving directory `/root/MPlayer-1.0rc1/Gui'
make -C libdha install
make: Entering directory `/root/MPlayer-1.0rc1/libdha'
mkdir -p /usr/lib/codecs
install -m 755-p libdha.so.1.0/usr/lib/codecs/libdha.so.1.0
rm -f /usr/lib/codecs/libdha.so
ln -sf libdha.so.1.0/usr/lib/codecs/libdha.so.1
ldconfig
make: Leaving directory `/root/MPlayer-1.0rc1/libdha'
make -C vidix install
make: Entering directory `/root/MPlayer-1.0rc1/vidix'
make -C drivers install
make: Entering directory `/root/MPlayer-1.0rc1/vidix/drivers'
mkdir -p /usr/lib/codecs/mplayer/vidix
install -m 755-p *.so /usr/lib/codecs/mplayer/vidix
make: Leaving directory `/root/MPlayer-1.0rc1/vidix/drivers'
make: Leaving directory `/root/MPlayer-1.0rc1/vidix'
install -d /usr/local/bin
install -m 755 -s mplayer /usr/local/bin/mplayer
ln -sf mplayer /usr/local/bin/gmplayer
install -d /usr/local/man/man1
for i in en; do \
                if test "$i" = en ; then \
                        install -c -m 644 DOCS/man/en/mplayer.1 /usr/local/man/man1/mplayer.1 ; \
                else \
                        install -d /usr/local/man/$i/man1 ; \
                        install -c -m 644 DOCS/man/$i/mplayer.1 /usr/local/man/$i/man1/mplayer.1 ; \
                fi ; \
      done
install -m 755 -s mencoder /usr/local/bin/mencoder
for i in en; do \
                if test "$i" = en ; then \
                        cd /usr/local/man/man1 && ln -sf mplayer.1 mencoder.1 ; \
                else \
                        cd /usr/local/man/$i/man1 && ln -sf mplayer.1 mencoder.1 ; \
                fi ; \
      done
*** Download skin(s) at http://www.mplayerhq.hu/dload.html
*** for GUI, and extract to /usr/local/share/mplayer/skins/
install -m 644 etc/mplayer.xpm /usr/local/share/pixmaps/mplayer.xpm
install -m 644 etc/mplayer.desktop /usr/local/share/applications/mplayer.desktop
我是不是少装了什么。如果论坛里有的话请帮我引一下路。谢谢各位前辈啊

Hydras 发表于 2007-1-5 09:41:19

这有什么问题么?只是没有GUI而已。
看起来Mplayer已经可以用了呀。
不过是命令行的罢了。

kingofkirin 发表于 2007-1-5 14:22:04

哦。谢谢啊我还以为有这东西make:就是出错了呢。小弟刚学。以前装电驴装怕了。谢谢前辈啊
页: [1]
查看完整版本: [求助]我在装MPlayer时碰到了问题,高手们有空帮我看看