diff --git a/DOCS/documentation.html b/DOCS/documentation.html index 730fd1f2dc..519d62c936 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -75,6 +75,7 @@
MPlayer is reported to compile on StrongARM. Use the following command line:
- -- ./configure --target=arm-linux --disable-css --with-x11libdir=/usr/arm/lib - --with-x11incdir=/usr/arm/lib --disable-gcc-checking -+
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
+ Openzaurus package feeds.
+ If you want to compile it yourself, you should look at the
+ mplayer
+ and the
+ libavcodec
+ directory in the OpenZaurus distribution buildroot. These always have the
+ latest Makefile and patches used for building a CVS MPlayer with libavcodec.
+
If you need a GUI frontend, you can use xmms-embedded.
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:
+./configure --install-path=PATH+
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:
+$(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1 $(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf+
to:
+$(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/ $(INSTALL) -m 644 codecs.conf $(CONFDIR)/+
And then do (from within the MPlayer source dir):
+cp DOCS/mplayer.1 . ; cp etc/codecs.conf .+
and then go on with building and installing.
diff --git a/DOCS/formats.html b/DOCS/formats.html index aba09c7a03..ae3c4d5e82 100644 --- a/DOCS/formats.html +++ b/DOCS/formats.html @@ -274,5 +274,20 @@See the man page's -cdda
option which can be used to
pass options to cdparanoia.
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 + XMMS input plugin page.
+ +For this feature you need to have XMMS and compile MPlayer with
+ ./configure --enable-xmms
. If that does not work, you might need
+ to set the XMMS plugin and library path explicitly by way of the
+ --with-xmmsplugindir
and --withxmmslibdir
+ switches.