# HG changeset patch # User diego # Date 1041897722 0 # Node ID e35d561f002e1e268aa01b7ab87f1f488ccc7153 # Parent f4ca727309aa29305002518f6b29e97f31803287 XMMS plugin support, ARM section updated, some whitespace for the IRIX section, based on a patch by Balatoni Denes . diff -r f4ca727309aa -r e35d561f002e DOCS/documentation.html --- a/DOCS/documentation.html Mon Jan 06 21:58:39 2003 +0000 +++ b/DOCS/documentation.html Tue Jan 07 00:02:02 2003 +0000 @@ -75,6 +75,7 @@
  • 2.1.2.4 WMA/ASF files
  • 2.1.2.5 MP4 files
  • 2.1.2.6 CD audio
  • +
  • 2.1.2.7 XMMS
  • @@ -538,6 +539,8 @@
  • cdparanoia - optional, for CDDA support
  • libfreetype - optional, for TTF fonts support. At least 2.0.9 is required.
  • +
  • libxmms - optional, for XMMS input plugin support. At least 1.2.7 is + required.
  • Codecs:

    @@ -1725,39 +1728,51 @@

    6.4 StrongARM

    -

    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.

    6.5 Silicon Graphics / IRIX

    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 -r f4ca727309aa -r e35d561f002e DOCS/formats.html --- a/DOCS/formats.html Mon Jan 06 21:58:39 2003 +0000 +++ b/DOCS/formats.html Tue Jan 07 00:02:02 2003 +0000 @@ -274,5 +274,20 @@

    See the man page's -cdda option which can be used to pass options to cdparanoia.

    + +

    2.1.2.7 XMMS

    + +

    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.

    +