Mercurial > mplayer.hg
annotate DOCS/xml/en/ports.xml @ 11701:8ab2028e6ed9
Sync to original FLAC.
Main reason from their CVS log: add support for synthesis to big-endian in plugins.
author | lumag |
---|---|
date | Mon, 29 Dec 2003 18:10:49 +0000 |
parents | cf622752369d |
children | 97c248af8374 |
rev | line source |
---|---|
9675 | 1 <?xml version="1.0" encoding="iso-8859-1"?> |
10913
49b1a67e7381
Add revision keyword to english xml files, to ease translation synchronization
lumag
parents:
10909
diff
changeset
|
2 <!-- $Revision$ --> |
9675 | 3 <chapter id="ports" xreflabel="Ports"> |
4 <title>Ports</title> | |
5 | |
6 <sect1 id="linux"> | |
7 <title>Linux</title> | |
8 <para> | |
9 The main development platform is Linux on x86, although | |
10 <application>MPlayer</application> works on many other Linux ports. | |
11540 | 11 Binary packages of <application>MPlayer</application> are available from several |
12 sources. However, <emphasis role="bold">none of these packages are supported</emphasis>. | |
9675 | 13 Report problems to the authors, not to us. |
14 </para> | |
15 | |
16 <sect2 id="debian"> | |
17 <title>Debian packaging</title> | |
18 <para> | |
11540 | 19 To build a Debian package, run the following command in the |
20 <application>MPlayer</application> source directory: | |
9675 | 21 <screen>fakeroot debian/rules binary</screen> |
22 As root you can then install the <filename>.deb</filename> package as usual: | |
23 <screen>dpkg -i ../mplayer_<replaceable>version</replaceable>.deb</screen> | |
24 </para> | |
25 | |
26 <para> | |
11540 | 27 Christian Marillat has been making unofficial Debian |
28 <application>MPlayer</application>, <application>MEncoder</application> and | |
29 font packages for a while, you can (apt-)get them from his | |
9675 | 30 <ulink url="http://marillat.free.fr/">homepage</ulink>. |
31 </para> | |
32 </sect2> | |
33 | |
34 <sect2 id="rpm"> | |
35 <title>RPM packaging</title> | |
36 <para> | |
37 Dominik Mierzejewski created and maintains official Red Hat RPM packages of | |
38 <application>MPlayer</application>. They are available from his | |
39 <ulink url="http://www.piorunek.pl/~dominik/linux/pkgs/mplayer/">homepage</ulink>. | |
40 </para> | |
41 | |
42 <para> | |
43 Mandrake RPM packages are available from the <ulink url="http://plf.zarb.org/">P.L.F.</ulink>. | |
11540 | 44 SuSE used to include a crippled version of <application>MPlayer</application> |
45 in their distribution. They have removed it in their latest releases. You can | |
46 get working RPMs from | |
47 <ulink url="http://packman.links2linux.de/?action=128">links2linux.de</ulink>. | |
9675 | 48 </para> |
49 </sect2> | |
50 | |
51 <sect2 id="arm"> | |
52 <title>ARM</title> | |
53 <para> | |
11540 | 54 <application>MPlayer</application> works on Linux PDAs with ARM CPU e.g. Sharp Zaurus, |
55 Compaq Ipaq. The easiest way to obtain <application>MPlayer</application> is to get it | |
56 from one of the<ulink url="http://www.openzaurus.org">OpenZaurus</ulink> package feeds. If | |
9675 | 57 you want to compile it yourself, you should look at the |
58 <ulink url="http://openzaurus.bkbits.net:8080/buildroot/src/packages/mplayer?nav=index.html|src/.|src/packages">MPlayer</ulink> | |
59 and the | |
60 <ulink url="http://openzaurus.bkbits.net:8080/buildroot/src/packages/libavcodec?nav=index.html|src/.|src/packages">libavcodec</ulink> | |
61 directory in the OpenZaurus distribution buildroot. These always have the latest | |
11540 | 62 Makefile and patches used for building a CVS <application>MPlayer</application> with libavcodec. |
9675 | 63 If you need a GUI frontend, you can use xmms-embedded. |
64 </para> | |
65 </sect2> | |
66 </sect1> | |
67 | |
68 <sect1 id="bsd"> | |
69 <title>*BSD</title> | |
70 <para> | |
71 <application>MPlayer</application> runs on FreeBSD, OpenBSD, NetBSD, | |
11540 | 72 BSD/OS and Darwin. There are ports/pkgsrc/fink/etc versions of <application>MPlayer</application> |
9675 | 73 available that are probably easier to use than our raw sources. |
74 </para> | |
75 | |
76 <para> | |
11540 | 77 To build <application>MPlayer</application> you will need GNU make |
78 (gmake - native BSD make will not work) and a recent version of binutils. | |
9675 | 79 </para> |
80 | |
81 <para> | |
11540 | 82 If <application>MPlayer</application> complains about not finding <filename>/dev/cdrom</filename> |
83 or <filename>/dev/dvd</filename>, create an appropriate symbolic link: | |
10958 | 84 <screen>ln -s /dev/<replaceable>your_cdrom_device</replaceable> /dev/cdrom</screen> |
9675 | 85 </para> |
86 | |
87 <para> | |
11540 | 88 To use Win32 DLLs with <application>MPlayer</application> you will need to |
89 re-compile the kernel with "<envar>option USER_LDT</envar>" | |
90 (unless you run FreeBSD-CURRENT, | |
9675 | 91 where this is the default). |
92 </para> | |
93 | |
94 | |
95 <sect2 id="freebsd"> | |
96 <title>FreeBSD</title> | |
97 <para> | |
98 If your CPU has SSE, recompile your kernel with | |
99 "<envar>options CPU_ENABLE_SSE</envar>" (FreeBSD-STABLE or kernel | |
100 patches required). | |
101 </para> | |
102 </sect2> | |
103 | |
104 <sect2 id="openbsd"> | |
105 <title>OpenBSD</title> | |
106 <para> | |
107 Due to limitations in different versions of gas (relocation vs MMX), you | |
108 will need to compile in two steps: First make sure that the non-native as | |
109 is first in your <envar>$PATH</envar> and do a <command>gmake -k</command>, then | |
110 make sure that the native version is used and do <command>gmake</command>. | |
111 </para> | |
112 </sect2> | |
11340
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
113 |
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
114 <sect2 id="darwin"> |
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
115 <title>Darwin</title> |
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
116 <para> |
11348 | 117 See the <link linkend="macos">Mac OS</link> section. |
11340
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
118 </para> |
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
119 </sect2> |
9675 | 120 </sect1> |
121 | |
122 <sect1 id="solaris"> | |
11340
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
123 <title>Sun Solaris</title> |
9675 | 124 <para> |
125 <application>MPlayer</application> should work on Solaris 2.6 or newer. | |
126 </para> | |
127 | |
128 <para> | |
11540 | 129 On <emphasis role="bold">UltraSPARCs</emphasis>, <application>MPlayer</application> |
130 takes advantage of their <emphasis role="bold">VIS</emphasis> extensions | |
131 (equivalent to MMX), currently only in <emphasis>libmpeg2</emphasis>, <emphasis>libvo</emphasis> | |
132 and <emphasis>libavcodec</emphasis>, but not in mp3lib. You can watch a VOB file | |
9675 | 133 on a 400MHz CPU. You'll need |
134 <ulink url="http://www.sun.com/sparc/vis/mediaLib.html">mLib</ulink> installed. | |
135 </para> | |
136 | |
137 <para> | |
138 To build the package you will need GNU <application>make</application> | |
139 (<filename>gmake</filename>, <filename>/opt/sfw/gmake</filename>), native | |
140 Solaris make will not work. Typical error you get when building with | |
141 Solaris' make instead of GNU make: | |
142 <screen> | |
143 % /usr/ccs/bin/make | |
144 make: Fatal error in reader: Makefile, line 25: Unexpected end of line seen | |
145 </screen> | |
146 </para> | |
147 | |
148 <para> | |
149 On Solaris SPARC, you need the GNU C/C++ Compiler; it does not matter if | |
150 GNU C/C++ compiler is configured with or without the GNU assembler. | |
151 </para> | |
152 | |
153 <para> | |
154 On Solaris x86, you need the GNU assembler and the GNU C/C++ compiler, | |
155 configured to use the GNU assembler! The mplayer code on the x86 platform | |
156 makes heavy use of MMX, SSE and 3DNOW! instructions that cannot be compiled | |
157 using Sun's assembler <filename>/usr/ccs/bin/as</filename>. | |
158 </para> | |
159 | |
160 <para>The <filename>configure</filename> script tries to find out, which | |
161 assembler program is used by your "gcc" command (in case the autodetection | |
11630 | 162 fails, use the <option>--as=<replaceable>/wherever/you/have/installed/gnu-as</replaceable></option> |
9675 | 163 option to tell the <filename>configure</filename> script where it can find GNU |
164 "as" on your system). | |
165 </para> | |
166 | |
167 <para> | |
168 Error message from <filename>configure</filename> on a Solaris x86 system using | |
169 GCC without GNU assembler: | |
170 <screen> | |
171 % configure | |
172 ... | |
173 Checking assembler (/usr/ccs/bin/as) ... , failed | |
174 Please upgrade(downgrade) binutils to 2.10.1... | |
175 </screen> | |
176 (Solution: Install and use a gcc configured with <option>--with-as=gas</option>) | |
177 </para> | |
178 | |
179 <para> | |
180 Typical error you get when building with a GNU C compiler that does not use GNU as: | |
181 <screen> | |
182 % gmake | |
183 ... | |
184 gcc -c -Iloader -Ilibvo -O4 -march=i686 -mcpu=i686 -pipe -ffast-math | |
185 -fomit-frame-pointer -I/usr/local/include -o mplayer.o mplayer.c | |
186 Assembler: mplayer.c | |
187 "(stdin)", line 3567 : Illegal mnemonic | |
188 "(stdin)", line 3567 : Syntax error | |
189 ... more "Illegal mnemonic" and "Syntax error" errors ... | |
190 </screen> | |
191 </para> | |
192 | |
193 <para> | |
194 Due to bugs in Solaris 8, you may not be able to play DVD discs larger than 4 GB: | |
195 </para> | |
196 | |
197 <itemizedlist> | |
198 <listitem><para> | |
199 The sd(7D) driver on Solaris 8 x86 has a bug when accessing a disk block >4GB | |
200 on a device using a logical blocksize != DEV_BSIZE (i.e. CD-ROM and DVD media). | |
201 Due to a 32Bit int overflow, a disk address modulo 4GB is accessed | |
202 (<ulink url="http://groups.yahoo.com/group/solarisonintel/message/22516"/>). | |
203 This problem does not exist in the SPARC version of Solaris 8. | |
204 </para></listitem> | |
205 | |
206 <listitem><para> | |
207 A similar bug is present in the hsfs(7FS) filesystem code (aka ISO9660), | |
208 hsfs may not not support partitions/disks larger than 4GB, all data is | |
209 accessed modulo 4GB | |
210 (<ulink url="http://groups.yahoo.com/group/solarisonintel/message/22592"/>). | |
211 The hsfs problem can be fixed by installing patch 109764-04 (sparc) / 109765-04 (x86). | |
212 </para></listitem> | |
213 </itemizedlist> | |
214 | |
215 <para> | |
216 On Solaris with an UltraSPARC CPU, you can get some extra speed by using the | |
217 CPU's VIS instructions for certain time consuming operations. VIS acceleration | |
11540 | 218 can be used in <application>MPlayer</application> by calling functions in Sun's |
9675 | 219 <ulink url="http://www.sun.com/sparc/vis/mediaLib.html">mediaLib</ulink>. |
220 </para> | |
221 | |
222 <para> | |
223 VIS accelerated operations from mediaLib are used for mpeg2 video decoding | |
224 and for color space conversion in the video output drivers. | |
225 </para> | |
226 </sect1> | |
227 | |
11340
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
228 <sect1 id="irix"> |
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
229 <title>Silicon Graphics Irix</title> |
9675 | 230 <para> |
231 You can either try to install the GNU install program, and (if you did | |
232 not put it in your global path) then point to the location with: | |
11630 | 233 <screen>./configure --with-install=<replaceable>/path/and/name/of/install</replaceable></screen> |
9675 | 234 </para> |
235 | |
236 <para> | |
237 Or you can use the default install delivered with IRIX 6.5 in which case | |
238 you will have to edit the <filename>Makefile</filename> by hand a little bit. | |
239 Change the following two lines: | |
240 <programlisting> | |
241 $(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1 | |
242 | |
243 $(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf | |
244 </programlisting> | |
245 to: | |
246 <programlisting> | |
247 $(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/ | |
248 | |
249 $(INSTALL) -m 644 codecs.conf $(CONFDIR)/ | |
250 </programlisting> | |
11540 | 251 And then do (from within the <application>MPlayer</application> source dir): |
9675 | 252 <screen>cp DOCS/mplayer.1 . ; cp etc/codecs.conf .</screen> |
253 and then go on with building and installing. | |
254 </para> | |
255 </sect1> | |
256 | |
257 <sect1 id="qnx"> | |
258 <title>QNX</title> | |
259 <para> | |
260 Works. You'll need to download SDL for QNX, and install it. Then run | |
261 <application>MPlayer</application> with <option>-vo sdl:photon</option> | |
262 and <option>-ao sdl:nto</option> options, and it should be fast. | |
263 </para> | |
264 | |
265 <para> | |
266 The <option>-vo x11</option> output will be even slower than on Linux, | |
267 since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL. | |
268 </para> | |
269 </sect1> | |
270 | |
10561 | 271 <sect1 id="windows"> |
272 <title>Windows</title> | |
273 | |
11540 | 274 <para>Yes, <application>MPlayer</application> runs on Windows under |
275 <ulink url="http://www.cygwin.com/"><application>Cygwin</application></ulink> and | |
276 <ulink url="http://www.mingw.org/"><application>MinGW</application></ulink>. | |
10561 | 277 It does not have a GUI yet, but the command line version is almost completely |
278 functional. <ulink url="../../tech/patches.txt">Patches</ulink> are always welcome. | |
279 You should check out the | |
280 <ulink url="http://mplayerhq.hu/mailman/listinfo/mplayer-cygwin/">mplayer-cygwin</ulink> | |
281 mailing list for help and latest information.</para> | |
282 | |
283 <para>Best results are achieved with the native DirectX video output driver | |
284 (<option>-vo directx</option>) and the native Windows waveout audio driver | |
285 (<option>-ao win32</option>) as OpenGL does not work and SDL is known to | |
11542 | 286 distort sound and image or crash on some systems. If the image is |
10561 | 287 distorted, try turning off hardware acceleration with |
288 <option>-vo directx:noaccel</option>. Download | |
289 <ulink url="http://www.videolan.org/vlc/dx7headers.tgz">DirectX 7 header files</ulink> | |
290 to compile the DirectX video output driver.</para> | |
9675 | 291 |
11325 | 292 <para>You can use Win32 codecs and Real Win32 codecs (not Real Linux codecs) |
293 if you want to. Put the codecs somewhere in your path or pass | |
10650
6f51d17ecfc8
Binary codecs finally work as they should on Windows.
diego
parents:
10645
diff
changeset
|
294 <option>--with-codecsdir=c:/path/to/your/codecs</option> (alternatively |
11540 | 295 <option>--with-codecsdir=/path/to/your/codecs</option> only on |
296 <application>Cygwin</application>) to <filename>configure</filename>. We | |
297 have had some reports that Real DLLs need to be writable by the user running | |
298 <application>MPlayer</application>, but only on some systems. Try making | |
299 them writable if you have problems. QuickTime DLLs also work, but you will | |
300 have to put them in your Windows system directory | |
11325 | 301 (<filename class="directory">C:\Windows\system\</filename> or similar).</para> |
10645 | 302 |
11540 | 303 <para>The <application>Cygwin</application>/<application>MinGW</application> |
304 console is rather slow. Redirecting output or using the | |
305 <option>-quiet</option> option has been reported to improve performance on | |
306 some systems. Direct rendering (<option>-dr</option>) may also help. | |
10645 | 307 You can prevent OSD flicker through double buffering with the |
308 <option>-double</option> option. If playback is jerky, try | |
309 <option>-autosync 100</option>. If some of these options help you, you | |
310 may want to put them in your config file.</para> | |
10561 | 311 |
11531 | 312 <para>Sascha Sommer releases official Windows binaries from time to time, |
313 Joey Parrish makes unofficial Windows packages complete with installer. | |
314 Look for these in the Windows section of | |
315 <ulink url="http://www.mplayerhq.hu/homepage/projects.html">our projects page</ulink>.</para> | |
9675 | 316 |
10561 | 317 <sect2 id="cygwin"> |
11540 | 318 <title><application>Cygwin</application></title> |
10561 | 319 |
11546 | 320 <para><application>Cygwin</application> versions prior to 1.5.0 do |
321 not include <filename>inttypes.h</filename>. Put this | |
11338 | 322 <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32-beta/contrib/inttypes.h">inttypes.h</ulink> |
11336 | 323 in <filename class="directory">/usr/include/</filename> in order to |
11355 | 324 make <application>MPlayer</application> compile.</para> |
10561 | 325 |
326 <para>DirectX header files need to be extracted to <filename class="directory">/usr/include/</filename> or | |
327 <filename class="directory">/usr/local/include/</filename>.</para> | |
328 | |
11540 | 329 <para>Instructions and files for making SDL run under |
330 <application>Cygwin</application> can be found on the | |
10561 | 331 <ulink url="http://www.libsdl.org/extras/win32/cygwin/">libsdl site</ulink>.</para> |
9675 | 332 |
10561 | 333 <para>You can play VCDs by playing the <filename>.DAT</filename> or <filename>.MPG</filename> files |
334 that Windows exposes on VCDs. It works like this (adjust for the drive letter | |
335 of your CD-ROM):</para> | |
336 | |
337 <screen>mplayer d:/mpegav/avseq01.dat</screen> | |
9675 | 338 |
339 <screen>mplayer /cygdrive/d/MPEG2/AVSEQ01.MPG</screen> | |
340 | |
10998
b96a23f1fa24
More precise wording as suggested by Maciej Paszta <macp@wp.pl>.
diego
parents:
10958
diff
changeset
|
341 <para>DVDs also work, adjust <option>-dvd-device</option> for the drive letter |
b96a23f1fa24
More precise wording as suggested by Maciej Paszta <macp@wp.pl>.
diego
parents:
10958
diff
changeset
|
342 of your DVD-ROM:</para> |
10561 | 343 |
10184
b6c63ab184a4
Changed a few remaining -dvd and -vcd options to dvd:// and vcd://.
diego
parents:
9675
diff
changeset
|
344 <screen>mplayer dvd://<title> -dvd-device '\\.\d:'</screen> |
10561 | 345 |
346 </sect2> | |
347 | |
348 | |
349 <sect2 id="mingw"> | |
11540 | 350 <title><application>MinGW</application></title> |
10561 | 351 |
11540 | 352 <para>Installing a version of <application>MinGW</application> that could |
353 compile <application>MPlayer</application> used to be quite tricky, but it | |
354 works out of the box now. Just install <application>MinGW</application> | |
355 3.1.0 or later and MSYS 1.0.9 or later and tell the MSYS postinstall that | |
356 <application>MinGW</application> is installed.</para> | |
9675 | 357 |
11540 | 358 <para>If you use a version of <application>MinGW</application> before 3.1.0, |
359 you need to replace <filename>/mingw/include/sys/types.h</filename> with this | |
10909 | 360 <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32-beta/contrib/types.h"><filename>types.h</filename></ulink>.</para> |
10561 | 361 |
362 <para>Extract DirectX header files to <filename class="directory">/mingw/include/</filename>.</para> | |
10191 | 363 |
11540 | 364 <para>VCDs and DVDs work almost like <application>Cygwin</application> (adjust |
365 for the drive letter of your CD-ROM/DVD-ROM):</para> | |
10561 | 366 |
367 <screen>mplayer d:/mpegav/avseq01.dat</screen> | |
368 | |
369 <screen>mplayer /d/MPEG2/AVSEQ01.MPG</screen> | |
370 | |
371 <screen>mplayer dvd://<title> -dvd-device /d/</screen> | |
372 | |
373 </sect2> | |
374 | |
375 | |
9675 | 376 </sect1> |
377 | |
11340
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
378 <sect1 id="macos"> |
11348 | 379 <title>Mac OS</title> |
11340
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
380 <para> |
11348 | 381 Only Mac OS X 10.2 and up is supported by the "raw" |
11340
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
382 <application>MPlayer</application> source. Feel free to make support for older |
11348 | 383 Mac OS versions and send patches! |
11340
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
384 </para> |
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
385 |
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
386 <para> |
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
387 Apple's modified GCC 3.x is preferred for compiling |
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
388 <application>MPlayer</application> especially when using libavcodec as Apple's |
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
389 modified GCC 2.95.x doesn't support C99 syntax well. |
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
390 </para> |
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
391 |
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
392 <para> |
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
393 One can get an Aqua GUI for <application>MPlayer</application> together with |
11355 | 394 compiled <application>MPlayer</application> binaries for Mac OS X from the |
11340
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
395 <ulink url="http://mplayerosx.sf.net/">MPlayerOSX</ulink> project. |
11341 | 396 </para> |
11340
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
397 </sect1> |
5d1438e8511a
a bit of consistency changes and new macos&darwin sections
alex
parents:
11338
diff
changeset
|
398 |
11607 | 399 <sect1 id="hpux"> |
400 <title>HP UX</title> | |
401 <para> | |
402 Martin Gansser maintains a valuable | |
403 <ulink url="http://cloud.prohosting.com/patos/docs/mplayer_on_hpux11.htm">HOWTO</ulink> | |
404 about building <application>MPlayer</application> on HP-UX. It even has a FAQ | |
405 section! | |
406 </para> | |
407 | |
408 <para> | |
409 Anyway, our "raw" <application>MPlayer</application> source is used to compile | |
410 on HP-UX without flaws. | |
411 </para> | |
412 </sect1> | |
413 | |
414 <sect1 id="amiga"> | |
415 <title>Amiga/MorphOS (GeekGadgets)</title> | |
416 <para> | |
417 Nicholas Det at Genesi has done a big and powerful port of <application>MPlayer | |
418 </application> for MorphOS. Sadly it's based on the 0.90 series. | |
419 </para> | |
420 | |
421 <para> | |
422 Get if from <ulink url="http://www.morphzone.org/">MorphZone</ulink>: | |
11621 | 423 <itemizedlist> |
424 <listitem><para> | |
11614 | 425 <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=90"> |
426 <application>MPlayer</application> 0.91 binary</ulink> | |
11621 | 427 </para></listitem> |
428 <listitem><para> | |
11614 | 429 <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=91"> |
430 <application>MPlayer</application> 0.91 source</ulink> | |
11621 | 431 </para></listitem> |
432 <listitem><para> | |
11614 | 433 <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=912"> |
434 <application>MEncoder</application> 0.91 binary</ulink> | |
11621 | 435 </para></listitem> |
436 </itemizedlist> | |
11607 | 437 </para> |
438 </sect1> | |
439 | |
9675 | 440 </chapter> |