|
发表于 2003-2-15 10:30:16
|
显示全部楼层
24992 ? Z 0:00 [rxvt <defunct>]
20680 pts/4 S 0:02 rpm -Uvh /usr/src/redhat/RPMS/i386/SDL-1.2.5-1.i386.rpm /usr/src/redhat/RPMS/i386/SDL-devel-1.2.5-1.i38
20827 pts/0 R 0:00 ps ax
2003年02月15日上午10时23分06秒[root@gugonghcs tmp]# cd avi-xmms-1.2.3/
2003年02月15日上午10时23分11秒[root@gugonghcs avi-xmms-1.2.3]# l README
AVI Player for XMMS plugin 1.0.1
TABLE OF CONTENTS
~~~~~~~~~~~~~~~~~
1. Install notes (Read this!)
2. Usage
3. Known bugs
4. Report a bug
1. Install notes
~~~~~~~~~~~~~~~~
This plugin uses the aviplay library version 0.53.5. Avifile is included
in the archive and will compile to a static library and then static linked
into the plugin. This means there will not be any other files installed
exept for the plugin itself. Please make sure you don't have avifile linked
to xmms as avi4xmms require that to function, if you do you will not be
able to play any avi files as there will be a conflict between avifile
versions.
Also, SDL library (www.libsdl.org) is required to play movies using avi-xmms.
If you plan to use software YUV decoding, you should have SDL 1.1.7 or better,
because software YUV decoders of SDL 1.1.6 (and previous versions also) are
broken and will cause XMMS to crash.
We have the big issue with this plugin: If SDL is compiled using Xfree 4.0
and NOT Xfree 4.0.1 it will not work in a correct way and crashes a lot.
Xfree 4.0 has a threading bug in libXv.a that SDL compiles statically and
XMMS is a threaded application and that's why this plugin won't work with
Xfree 4.0. Please upgrade Xfree to 4.0.1 Else you can compile SDL without
libXv.a but you won't get Hardware acceleration do (in SDL directory):
./configure --disable-video-x11-xv
Xfree 3.3.x do not have this problem. But is in general slower due to the
lack of Hardware acceleration. But still, you may have crash in "software YUV",
if you have SDL versions prior to 1.1.7.
Installing after this issue has been solved is pretty straightforward.
untar the package, cd into it and do:
./configure && make && make install
This should take care of the installation, restart xmms and you should
have avi-xmms in your Input list and you are ready to play AVI movies
using XMMS. |
|