LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: aaccdd

手把手教你编译安装MPlayer-1.0pre5

[复制链接]
发表于 2005-6-23 13:28:38 | 显示全部楼层

我来说说

Post by zfoo
我按照上面的方法,将mplayer安装成功了,但是在运行gmplayer的时候总是弹出一个错误窗口,告诉我"new face failed!May be the font pass is wrong .please supply the text font file (~/.mplayer/subfont.ttf)"这是什么原因呢?我已经将subfont.ttf复制到(~/.mplayer/)下面了啊!(不过还是能正常使用)而且还有一个问题,那就是播放音频的时候声音非常小,我将音箱开到最大了声音还是非常小,根本听不清,是什么原因呢?帮我分析一下好吗?谢谢!


我用的是AS3,按照楼猪的作法,一切正常,"new face failed!May be the font pass is wrong .please supply the text font file (~/.mplayer/subfont.ttf)
楼猪说 要
#ln -s /usr/share/fonts/zh_CN/TrueType/gbsn001p.ttf subfont.ttf
这样如果还是提示出错,那么你可以改成
#ln -s /usr/share/fonts/zh_CN/TrueType/gbsn001p.ttf ~/.mplayer/subfont.ttf
其实这个字体连接你用其他字体也行
我的就是
# ln -s /usr/share/fonts/tahoma.ttf subfont.ttf(~/.mplayer/subfont.ttf)
至于说的声音,那就更简单了,兄弟肯定没有注意到,系统默认的声音设置里有VOL项滑块,默认位置很低的,所以你即使把MP的声音拖到头还是很小,你在SOUND&VIDEO里找VOLUME CONTROL设置就成了,播放CD碟片时记住同样要把CD项滑块拖到上面些阿哈哈

前面有朋友说到GTK DEVEL的问题,我装的时候也碰到了,你
#redhat-config-packages (不知道你系统里有没有这个命令了)
把GNOME DEVELOP的那些跟GTK有关的勾上安装就好了

还有就是有的朋友看楼猪的的帖子时说后来CP的那几个CONF文件找不到什么的问题,楼猪的是1.03,现在官方是1.07了,1.05我没有用过,不过好象从1.05开始就有些不同了,在源码目录里的ETC下面有几个CONF,而且SAMPLE改成EXAMPLE了,还有就是没有找到GUI。CONF,你装完MP后在~/.mplayer/下面是有的,还有推荐大家装的时候看楼猪说明的时候也最好看看MP的那几个CONF,EXAMPLE最上面就说到
## MPlayer configuration file
##
## Configuration files are read system-wide from /usr/local/etc/mplayer.conf
## and per user from ~/.mplayer/config, where per-user settings override
## system-wide settings, all of which are overrriden by the command line.

配置系统全局的读取是从/usr/local/etc/mplayer.conf
而对于单个用户来说是~/.mplayer/config,默认的CONFIG是没有内容的,你把EXAMPLE复制过去改成CONFIG,然后根据自己的需要进行改动,用户级的设置是优先于系统全局设置的

最后还有一个就是,推荐大家下载CODECS时下载官方提供的那个ALL,里面包含了RM格式的CODECS,把解压后的目录下的所有文件都CP到/usr/lib/codecs下,CONFIGURE时指定RL的解码路径同样为/usr/lib/codecs 就好了

至于皮肤,在EXAMPLE。CONF里有设置项,我没有换那么多皮肤,好象记得在MP的面板里有选择皮肤一项,这都是小问题了,页懒的弄那么花哨,能听能看就成了呗

不知道说的这些有没有用处,对了,还想起一个问题,就是那个讨厌的路径问题
有为大虾已经说的很清楚了
#vi /etc/ld.so.conf
反正我这里默认是没有/usr/local/lib的,加上一行不费啥劲
设置完后记得
#ldconfig阿
回复 支持 反对

使用道具 举报

发表于 2005-6-23 13:33:47 | 显示全部楼层

还是忘记了一个

为啥费要用中文界面呢
偶的LOCALE
[root@air-as3 .mplayer]# locale
LANG=en_US.UTF-8
LC_CTYPE=zh_CN
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

偶用小企鹅,但是偶还跑ORACLE,还是觉得用英文好点,编译是指定语言是--language=en
回复 支持 反对

使用道具 举报

发表于 2005-8-4 23:16:22 | 显示全部楼层
Error: The GUI requires GTK devel packages (which were not found).

我已经看过全部对话,还是不知道大家是如何解决这个问题的,我的系统是
Debian Sarge 3.0 ,那么gtk版本应该是多少呢?或者查询命令如何呢?
还有大家说的那些gtk+-devel*之类的东西,apt根本找不到,我使用了全匹配,但是一个软件包都没有。至于rpm包,我想我的系统目前还无法安装。。。
在debian里,gtk devel究竟叫什么名字??
回复 支持 反对

使用道具 举报

发表于 2005-8-5 09:25:41 | 显示全部楼层
It's called XFree86-devel* under Red Hat, and xlibs-dev under Debian Woody, libx11-dev under Debian Sarge.

this is what i found!
回复 支持 反对

使用道具 举报

发表于 2005-8-5 10:13:54 | 显示全部楼层
大家都走了吗?我还停在configure,大家已经在讨论看片的事了 :(
我还是把官方文档读完好了,没办法!
帖子是以前的,我下的是 PRE7 了,呵呵!
回复 支持 反对

使用道具 举报

发表于 2005-8-5 23:38:00 | 显示全部楼层

Mplayer Pre7 安装终极教程(最终版)


这是我的mplayer屏幕截图(为什么不能直接显示出来呢?!

是不是这个,哈哈!
so beautiful,the first time i see a multimedia player so pretty in Linux!
虽然我来晚了,大家都走了,也没人回答我的问题,但还是非常谢谢大家的讨论,给了我很多提示和启发,还有智慧。。。我是看着官方文档干的,我总是觉得没人帮我,怎么搞地。。

我来总结一下好了,毕竟还有兄弟会来看着个老帖子,它的精神不变的,可以让他们少走一些弯路。。。。。。。。。。。。

官方文档的第一步是:Installing FFmpeg libavcodec,但是又说了,If you are using an official (pre)release, skip this step, since official
releases include libavcodec. CVS sources and thus CVS snapshots do not include
libavcodec. To verify if you do have libavcodec or not, check if a subdirectory
named 'libavcodec' exists in the MPlayer source tree.
所以,我们不必要,呵呵,过!

第二步就是Installing Binary Codecs,没问题,复制这种安装方式谁都会。
官方文档这样说
The default directory is /usr/local/lib/codecs/ (it used to be
/usr/local/lib/win32 in the past, this also works) but you can change that to
something else by using the '--with-codecsdir=DIR' option when you run
'./configure'.
楼主说的是/usr/lib/codecs,他走了2nd way,然后configure指定,
this also works!我推荐大家按照官方一样,放到默认位置,ok,没问题,继续。。


第三步,Configuring MPlayer,这步好像冒出了一大堆问题。都是由于不满足官方要求,要求如下,挺吓人,不过别怕:

软件要求:

binutils -- 建议版本2.11.x。这个程序负责生成MMX/3DNow!/etc指令,因此十分重要。
gcc -- 建议版本是:2.95.3(或者2.95.4)和3.2+。永远不要使用2.96或者3.0.x! 他们产生错误的MPlayer的代码。如果你决定更换2.96的gcc,那么不要只是因为新而决定采用3.0.x!3.0.x的早期版本甚至比2.96更buggy。 因此不如降级到2.95.x(也把libstdc++降级,其它程序可能需要它)或者根本不升/降级(但这种情况下请对运行时的问题作好准备)。 如果你一定要使用3.x.x请使用最新的版本,早先的发行版本有各种各样的错误,确信你使用的至少是3.1,它通过测试且工作正常。 关于gcc 2.96的bug(仍然没有修正,他们在MPlayer中被绕过!)的详细信息能在这里和FAQ中找到。
XFree86 -- 建议总使用最新版本(4.2.1)。正常来说,每个人会这样做,因为XFree86从4.0.2开始, 它包含了用来使其能够在它支持的卡片上使用硬件YUV加速(快速的图象显示)的XVideo扩展(在某些地方被称作Xv)。
确保也安装了开发包,否则它将不工作。
对于一些视频卡你不需要XFree86。参见下面的列表。
make -- 建议总使用最新版本(至少3.79.x)。这通常不太重要。
SDL -- 它不是必须的,但是在某些情况下(损坏的音频,在xv驱动模式下奇怪地延迟的显卡)能帮助。总使用最新(1.2.x或以上)的。
libjpeg -- 可选的JPEG解码器,用于-mf参数和一些QT MOV文件。如果你计划做jpeg文件的工作那么MPlayer和MEncoder都需要它。
libpng -- 推荐也是默认的( M)PNG译码器。GUI需要它。对MPlayer和MEncoder也有用。
lame -- 推荐,MEncoder需要用它把音频做MP3编码,建议总使用最新版本(3.90或以上)。
libogg -- 可选,用于播放OGG文件格式。
libvorbis -- 可选,用于播放OGG Vorbis音频。
LIVE.COM Streaming Media -- 可选,用于播放RTSP/RTP流。
directfb -- 可选,从http://www.directfb.org获得
cdparanoia -- 可选,用于CDDA支持
libfreetype -- 可选,用于TTF字体支持。至少需要2.0.9以上版本。
libxmms -- 可选, 用于XMMS输入插件的支持。要求至少1.2.7以上版本。

it's so terrible,but in short, it means YOU NEED A VERY NEW SYSTEM, ok? continue......

我们遇到的问题一般都集中在这三个地方:

Requirements:
- You need a working development environment that can compile programs.
  On popular Linux distributions, this means having the glibc development
  package(s) installed.
- To compile MPlayer with X11 support, you need to have the XFree86 development
  packages installed.
- For the GUI you need the libpng and GTK 1.2 development packages.

按要求把package添加上,glibc,libpng,libpng-dev,zlib,

Q:在'make'时,MPlayer报告没有X11库。我不理解,我确实装了X!?
A:...但是你没有装X的开发包。或者没有正确安装。Red Hat下面它叫XFree86-devel*,Debian下面是xlibs-dev。 也检查是否存在/usr/X11和/usr/include/X11的符号链接(在Mandrake系统上可能有这个问题)。 他们用下列命令创建:
     $ ln -sf /usr/X11R6 /usr/X11
     $ ln -sf /usr/X11R6/include/X11 /usr/include/X11

很多人都遇到GTK缺少的问题,我也是的,后来我找到了它的名字
It's called XFree86-devel* under Red Hat, and xlibs-dev under Debian Woody, libx11-dev under Debian Sarge.
ok,你吩咐,我照办。。。。一切就绪,开始configure,就用楼主这个命令
./configure --enable-gui --with-codecsdir=/usr/lib/codecs --with-win32libdir=/usr/lib/codecs --with-reallibdir=/usr/lib/codecs --with-xanimlibdir=/usr/lib/codecs --disable-inet6 --language=zh_CN
只是我更改了目录为/usr/local/lib/codecs,为了和官方一致!

STEP4: Compiling MPlayer

我就直接用make;make install命令两步合成一步来的,因为我觉得我已经完全满足了所有要求,不可能出问题,呵呵,勇敢。。。

这步注意两个问题:
1.provided that you have write permission in the installation directory.
2.If you get 'unable to load shared library' or similar errors, run
'ldd ./mplayer' to check which libraries fail and go back to STEP 3 to fix it.
Sometimes running 'ldconfig' is enough to fix the problem.
我作好充分心理准备应付第二个问题,不过上天保佑,它没出现,

接下来楼主的这两步
cd etc/
cp codecs.conf gui.conf input.conf sample.conf ~/.mplayer/
mv ~/.mplayer/sample.conf ~/.mplayer/config

我个人就觉得没有必要了,仅仅为了在自己用户目录添加个人设置而已,而我通读官方文档时能清楚的感觉到他们的一个建议,让我们不要去碰默认位置的东西,而且如果用户主目录有配置文件,那么mplayer就会把系统原来默认位置的配置文件完全忽略!

read this paragragh,maybe you can feel what i said :

Check if you have codecs.conf in your home directory (~/.mplayer/codecs.conf) left from old MPlayer versions, and remove it.
Note that if you have a codecs.conf in ~/.mplayer/, the builtin and system codecs.conf will be ignored completely. Do not do this unless you want to fiddle with MPlayer internals as this can can cause many problems.

好了,let it be may be the best way to let your mplayer work properly!ok?

接下来两步简单:
STEP5: Installing the onscreen display fonts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Unpack the archive and choose one of the available font sizes. Then copy the
font files of the corresponding size into /usr/local/share/mplayer/font/ or
~/.mplayer/font/ (or whatever you set with './configure --datadir=DIR').

字体装完后ln -s /usr/share/fonts/zh_CN/TrueType/gbsn001p.ttf subfont.ttf //设置中文字幕字体,
也许大家开始不知道为什么会有这一步,但是当它出错的时候我明白了,mplayer初始化时需要subfont.ttf,楼主将它
联接到另一个地方了,但是我的系统没有这个位置,出错之后我找到了这个地方:/usr/share/fonts/truetype/arphic,
也许是Dedian不一样吧,大家都自己找找。于是我的命令为:
ln -s /usr/share/fonts/truetype/arphic/gbsn001p.ttf subfont.ttf
这个命令是要在用户主目录下的隐藏文件夹.mplayer里执行的,记住哦。
____________________________
STEP6: Installing a GUI skin
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Unpack the archive and put the contents in /usr/local/share/mplayer/Skin/ or
~/.mplayer/Skin/. MPlayer will use the skin in the subdirectory named default
of /usr/local/share/mplayer/Skin/ or ~/.mplayer/Skin/ unless told otherwise via
the '-skin' switch. You should therefore rename your skin subdirectory or make
a suitable symbolic link.

解开之后,只有这一个文件夹neutron,原来只给我们提供了一份skin,名字叫neutron,小气!把它改名成default,放到
/usr/local/share/mplayer/Skin/里去,我们只有这一份皮肤,当然只能把它当默认的啦!


最后一步,FINAL STEP:

STEP7: Let's play!
~~~~~~~~~~~~~~~~~~

That's it for the moment. To start playing movies, open a command line and try

  mplayer <moviefile>

or for the GUI

  gmplayer <moviefile>

gmplayer is a symbolic link to mplayer created by 'make install'.
Without <moviefile>, MPlayer will come up and you will be able to use the GUI
filepicker.

To play a VCD track or a DVD title, try:

  mplayer vcd://2 -cdrom-device /dev/hdc
  mplayer dvd://1 -alang en -slang hu -dvd-device /dev/hdd

See 'mplayer -help' and 'man mplayer' for further options.

'mplayer -vo help' will show you the available video output drivers. Experiment
with the '-vo' switch to see which one gives you the best performance.
If you get jerky playback or no sound, experiment with the '-ao' switch (see
'-ao help') to choose between different audio drivers. Note that jerky playback
is caused by buggy audio drivers or a slow processor and video card. With a
good audio and video driver combination, one can play DVDs and 720x576 DivX
files smoothly on a Celeron 366. Slower systems may need the '-framedrop'
option.

mplayer是文本界面播放器,gmplayer打开图形界面

OK,到此结束,希望大家都顺利安装
一味的复制别人的命令是没有用的,因为它不一定适用于你的系统或你的意愿。
多看看官方文档,世上没有两个完全一样的系统,你得自己解决你自己的问题!

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

发表于 2005-8-6 15:25:04 | 显示全部楼层
too complicated!


先安装好开发包和codecs,
然后:
./configure (codecs会自动找到;gui 有不如无,故language中文也省去。)
make
make install
最后看man,设置一下config。
回复 支持 反对

使用道具 举报

发表于 2005-8-6 18:51:21 | 显示全部楼层
我的装好后 .怎么 用不了?,,装了几次都没成功.......................
回复 支持 反对

使用道具 举报

发表于 2005-8-7 08:26:53 | 显示全部楼层
楼主:您好。
    我的执行到这里就不行了,我是菜鸟,希望你教教我,感谢!
[root@localhost etc]# cp codecs.conf gui.conf input.conf sample.conf ~/.mplayer/cp: ‘/root/.mplayer/’: specified destination directory does not exist
请尝试执行‘cp --help’来获取更多信息。
[root@localhost etc]#
回复 支持 反对

使用道具 举报

发表于 2005-9-14 11:04:05 | 显示全部楼层
我的系统怎么就不行呢?
有如下提示:

sllo:/home/sllo# cd MPlayer-1.0pre7try2
sllo:/home/sllo/MPlayer-1.0pre7try2# ./configure --enable-gui --with-codecsdir=/usr/lib/codecs --with-win32libdir=/usr/lib/codecs --with-reallibdir=/usr/lib/codecs --with-xanimlibdir=/usr/lib/codecs --disable-inet6 --language=zh_CN
Detected operating system: Linux
Detected host architecture: i386
Checking for cc version ... 4.0.1, bad
Checking for gcc version ... 4.0.1, bad
Checking for gcc-3.4 version ... not found
Checking for gcc-3.3 version ... 3.3.6, ok
Checking for host cc ... gcc-3.3
Checking for CPU vendor ... GenuineIntel (15:2:4)
Checking for CPU type ...  Intel(R) Pentium(R) 4 CPU 2.00GHz
Checking for GCC & CPU optimization abilities ... pentium4
Checking for kernel support of mmx ... yes
Checking for kernel support of mmx2 ... yes
Checking for kernel support of sse ... yes
Checking for kernel support of sse2 ... yes
Checking for mtrr support ... yes
Checking for assembler support of -pipe option ... yes
Checking for assembler (as 2.16.1) ... ok
Checking for Linux kernel version ... 2.4.27-2-386, ok
Checking for mplayer binary name ... mplayer
Checking for awk ... mawk
Checking for extra headers ... none
Checking for extra libs ... none
Checking for -lposix ... no
Checking for -lm ... yes
Checking for i18n ... yes
Checking for iconv ... yes
Checking for langinfo ... yes
Checking for language ... using zh_CN (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 nanosleep ... yes
Checking for socklib ... yes (using -lnsl)
Checking for inet_pton() ... yes (using -lnsl)
Checking for inttypes.h (required) ... yes
Checking for int_fastXY_t in inttypes.h ... yes
Checking for word size ... 32
Checking for stddef.h ... yes
Checking for malloc.h ... yes
Checking for memalign() ... yes
Checking for alloca.h ... yes
Checking for mman.h ... yes
Checking for dynamic loader ... yes
Checking for dynamic a/v plugins support ... no
Checking for pthread ... yes (using -lpthread)
Checking for sys/soundcard.h ... yes
Checking for sys/dvdio.h ... no
Checking for sys/cdio.h ... no
Checking for linux/cdrom.h ... yes
Checking for dvd.h ... no
Checking for BSDI dvd.h ... no
Checking for HPUX SCSI header ... no
Checking for userspace SCSI headers (Solaris) ... no
Checking for termcap ... no
Checking for termios ... yes (using sys/termios.h)
Checking for shm ... yes
Checking for linux devfs ... no
Checking for scandir() ... yes
Checking for strsep() ... yes
Checking for strlcpy() ... no
Checking for strlcat() ... no
Checking for fseeko() ... yes
Checking for localtime_r() ... yes
Checking for vsscanf() ... yes
Checking for swab() ... yes
Checking for posix select() ... yes
Checking for gettimeofday() ... yes
Checking for glob() ... yes
Checking for sys/sysinfo.h ... yes
Checking for Mac OS X APIs ... no
Checking for Mac OS X Finder Support ... no
Checking for Mac OS X Bundle file locations ... no
Checking for Samba support (libsmbclient) ... no
Checking for 3dfx ... no
Checking for tdfxfb ... no
Checking for tdfxvid ... no
Checking for tga ... yes
Checking for DirectFB headers presence ... not found
Checking for DirectFB ... no
Checking for X11 headers presence ... not found (check if the dev(el) packages are installed)
Checking for X11 libs presence ... not found (check if the dev(el) packages are installed)
Checking for X11 ... no
Checking for DPMS ... no
Checking for Xv ... no
Checking for XvMC ... no
Checking for Xinerama ... no
Checking for Xxf86vm ... auto
Checking for XF86keysym ... no
Checking for DGA ... no
Checking for OpenGL ... no
Checking for /dev/mga_vid ... no
Checking for xmga ... no
Checking for GGI ... no
Checking for AA ... no
Checking for CACA ... no
Checking for SVGAlib ... no
Checking for FBDev ... yes
Checking for DVB ... no (specify path to DVB/ost/include with --with-dvbincdir=DIR)
Checking for DVB HEAD ... yes
Checking for PNG support ... no
Checking for JPEG support ... no
Checking for PNM support ... yes
Checking for md5sum support ... yes
Checking for GIF support ... no
Checking for VESA support ... yes
Checking for SDL ... no
Checking for Windows waveout ... no
Checking for Directx ... no
Checking for NAS ... no
Checking for DXR2 ... no
Checking for DXR3/H+ ... no
Checking for libmp1e ... no
Checking for libfame ... no
Checking for OSS Audio ... yes
Checking for aRts ... no
Checking for EsounD ... no
Checking for Polyp ... no
Checking for JACK ... no
Checking for ALSA audio ... no
Checking for Sun audio ... no
Checking for Sun mediaLib ... no
Checking for SGI audio ... no
Checking for VCD support ... ok
Checking for DVD support (libmpdvdkit) ... yes
Checking for DVD support (libdvdread) ... disabled by libmpdvdkit2
Checking for cdparanoia ... no
Checking for freetype >= 2.0.9 ... no
Checking for fontconfig ... no
Checking for fribidi with charsets ... no
Checking for ENCA ... no
Checking for zlib ... no
Checking for RTC ... yes
Checking for external liblzo support ... no
Checking for mad support ... no
Checking for Toolame ... no
Checking for OggVorbis support ... yes (internal Tremor)
Checking for OggTheora support (only the CVS version!) ... no
Checking for mp3lib support ... yes
Checking for liba52 support ... yes
Checking for libdts support ... no
Checking for libmpeg2 support ... yes
Checking for Matroska support ... yes
Checking for internal FAAD2 (AAC) support ... yes
Checking for external FAAD2 (AAC) support ... no
Checking for LADSPA plugin support ... no
Checking for Win32 codec DLL support ... yes (using /usr/lib/codecs)
Checking for Win32 loader support ... yes
Checking for DirectShow ... yes
Checking for XAnim DLL ... yes (using /usr/lib/codecs)
Checking for RealPlayer DLL ... yes (using /usr/lib/codecs)
Checking for LIVE.COM Streaming Media libraries ... no
Checking for FFmpeg libavcodec (static) ... yes
Checking for FFmpeg libavformat (static) ... yes
Checking for amr narrowband ... no
Checking for amr narrowband, fixed point ... no
Checking for amr wideband ... no
Checking for libdv-0.9.5+ ... no
Checking for zr ... no
Checking for bl ... no
Checking for XviD ... no
Checking for x264 ... no
Checking for DivX4linux/DivX5linux/OpenDivX decore ... no
Checking for libmp3lame (for mencoder) ... no
Checking for DivX4linux encore (for mencoder) ... no
Checking for mencoder ... yes
Checking for fastmemcpy ... yes
Checking for UniquE RAR File Library ... yes
Checking for TV interface ... yes
Checking for EDL support ... yes
Checking for *BSD BrookTree 848 TV interface ... no
Checking for Video 4 Linux TV interface ... yes
Checking for Video 4 Linux 2 TV interface ... yes
Checking for audio select() ... yes
Checking for network ... yes
Checking for ftp ... yes
Checking for vstream client ... no
Checking for byte order ... little-endian
Checking for shared postprocess lib ... no
Checking for OSD menu ... no
Checking for QTX codecs ... yes
Checking for Subtitles sorting ... yes
Checking for XMMS inputplugin support ... no
Checking for inet6 ... no
Checking for gethostbyname2 ... yes
Checking for GUI ... yes

Error: PNG support required for GUI compilation, please install libpng and libpng-dev packages.

Check "configure.log" if you do not understand why it failed.
sllo:/home/sllo/MPlayer-1.0pre7try2# make
Makefile:7: config.mak: 没有那个文件或目录
make: *** 没有规则可以创建目标“config.mak”。 停止。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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