[Mplayer-cvslog] CVS: main/DOCS documentation.html,1.363,1.364 formats.html,1.49,1.50
Diego Biurrun CVS
diego at mplayerhq.hu
Tue Jan 7 01:02:19 CET 2003
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux demux_mov.c,1.88,1.89
- Next message: [Mplayer-cvslog] CVS: main/libaf af_sub.c,NONE,1.1 Makefile,1.8,1.9 af.c,1.22,1.23 control.h,1.4,1.5 filter.c,1.1,1.2 filter.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv17056/DOCS
Modified Files:
documentation.html formats.html
Log Message:
XMMS plugin support, ARM section updated, some whitespace for the IRIX
section, based on a patch by Balatoni Denes <pnis at coder.hu>.
Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.363
retrieving revision 1.364
diff -u -r1.363 -r1.364
--- documentation.html 6 Jan 2003 17:58:17 -0000 1.363
+++ documentation.html 7 Jan 2003 00:02:02 -0000 1.364
@@ -75,6 +75,7 @@
<LI><A HREF="formats.html#wma">2.1.2.4 WMA/ASF files</A></LI>
<LI><A HREF="formats.html#mp4">2.1.2.5 MP4 files</A></LI>
<LI><A HREF="formats.html#cdda">2.1.2.6 CD audio</A></LI>
+ <LI><A HREF="formats.html#xmms">2.1.2.7 XMMS</A></LI>
</UL>
</LI>
</UL>
@@ -538,6 +539,8 @@
<LI><B>cdparanoia</B> - optional, for CDDA support</LI>
<LI><B>libfreetype</B> - optional, for TTF fonts support. At least 2.0.9 is
required.</LI>
+ <LI><B>libxmms</B> - optional, for XMMS input plugin support. At least 1.2.7 is
+ required.</LI>
</UL>
<H4>Codecs:</H4>
@@ -1725,39 +1728,51 @@
<H2><A NAME="strongarm">6.4 StrongARM</A></H2>
-<P>MPlayer is reported to compile on StrongARM. Use the following command line:</P>
-
-<PRE>
- ./configure --target=arm-linux --disable-css --with-x11libdir=/usr/arm/lib
- --with-x11incdir=/usr/arm/lib --disable-gcc-checking
-</PRE>
+<P>MPlayer works on Linux PDAs with ARM CPU e.g. Sharp Zaurus, Compaq Ipaq.
+ The easiest way to obtain MPlayer is to get it from one of the
+ <A HREF="http://www.openzaurus.org">Openzaurus</A> package feeds.
+ If you want to compile it yourself, you should look at the
+ <A HREF="http://openzaurus.bkbits.net:8080/buildroot/src/packages/mplayer?nav=index.html|src/.|src/packages">mplayer</A>
+ and the
+ <A HREF="http://openzaurus.bkbits.net:8080/buildroot/src/packages/libavcodec?nav=index.html|src/.|src/packages">libavcodec</A>
+ directory in the OpenZaurus distribution buildroot. These always have the
+ latest Makefile and patches used for building a CVS MPlayer with libavcodec.
+ <BR>If you need a GUI frontend, you can use xmms-embedded.</P>
<H2><A NAME="sgi">6.5 Silicon Graphics / IRIX</A></H2>
<P>You can either try to install the GNU install program, and (if you did not
put it in your global path) then point to the location with:</P>
+
<PRE>
./configure --install-path=PATH
</PRE>
+
<P>Or you can use the default install delivered with IRIX 6.5 in which case you
will have to edit the Makefile a littlebit by hand. Change the following two
lines:</P>
+
<PRE>
$(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
$(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf
</PRE>
+
<P>to:</P>
+
<PRE>
$(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/
$(INSTALL) -m 644 codecs.conf $(CONFDIR)/
</PRE>
+
<P>And then do (from within the MPlayer source dir):</P>
+
<PRE>
cp DOCS/mplayer.1 . ; cp etc/codecs.conf .
</PRE>
+
<P>and then go on with building and installing.</P>
Index: formats.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/formats.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- formats.html 3 Dec 2002 00:20:07 -0000 1.49
+++ formats.html 7 Jan 2003 00:02:02 -0000 1.50
@@ -274,5 +274,20 @@
<P>See the man page's <CODE>-cdda</CODE> option which can be used to
pass options to cdparanoia.</P>
+
+<H4><A NAME="xmms">2.1.2.7 XMMS</A></H4>
+
+<P>MPlayer can use XMMS input plugins to play many file formats. There are
+ plugins for SNES game tunes, SID tunes (from Commodore 64), many Amiga
+ formats, .xm, .it, VQF, musepack, Bonk, shorten and many others. You can find
+ them at the
+ <A HREF="http://www.xmms.org/plugins_input.html">XMMS input plugin page</A>.</P>
+
+<P>For this feature you need to have XMMS and compile MPlayer with
+ <CODE>./configure --enable-xmms</CODE>. If that does not work, you might need
+ to set the XMMS plugin and library path explicitly by way of the
+ <CODE>--with-xmmsplugindir</CODE> and <CODE>--withxmmslibdir</CODE>
+ switches.</P>
+
</BODY>
</HTML>
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux demux_mov.c,1.88,1.89
- Next message: [Mplayer-cvslog] CVS: main/libaf af_sub.c,NONE,1.1 Makefile,1.8,1.9 af.c,1.22,1.23 control.h,1.4,1.5 filter.c,1.1,1.2 filter.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list