annotate DOCS/xml/en/ports.xml @ 28384:452c6b9ffaad

Remove remarks about GNU Make being required on some systems. GNU Make 3.81 or later is required everywhere.
author diego
date Sun, 01 Feb 2009 11:15:18 +0000
parents a1451877ff0e
children 838215551d62
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20535
c0687e92d463 convert DOCS/xml/en and help_mp-en.h to UTF-8
kraymer
parents: 20403
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
10913
49b1a67e7381 Add revision keyword to english xml files, to ease translation synchronization
lumag
parents: 10909
diff changeset
2 <!-- $Revision$ -->
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
3 <chapter id="ports" xreflabel="Ports">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
4 <title>Ports</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
5
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
6 <sect1 id="linux">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
7 <title>Linux</title>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
8
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
9 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
10 The main development platform is Linux on x86, although
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
11 <application>MPlayer</application> works on many other Linux ports.
11540
d480f7e36b74 <application> attack
wight
parents: 11531
diff changeset
12 Binary packages of <application>MPlayer</application> are available from several
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
13 sources.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
14 However, <emphasis role="bold">none of these packages are supported</emphasis>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
15 Report problems to the authors, not to us.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
16 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
17
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
18 <!-- ********** -->
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
19
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
20 <sect2 id="debian">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
21 <title>Debian packaging</title>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
22
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
23 <para>
11540
d480f7e36b74 <application> attack
wight
parents: 11531
diff changeset
24 To build a Debian package, run the following command in the
d480f7e36b74 <application> attack
wight
parents: 11531
diff changeset
25 <application>MPlayer</application> source directory:
13939
25db6ab99ff3 More detailed Debian package building instructions, based on a patch by
diego
parents: 13892
diff changeset
26
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
27 <screen>fakeroot debian/rules binary</screen>
13939
25db6ab99ff3 More detailed Debian package building instructions, based on a patch by
diego
parents: 13892
diff changeset
28
25db6ab99ff3 More detailed Debian package building instructions, based on a patch by
diego
parents: 13892
diff changeset
29 If you want to pass custom options to configure, you can set up the
25db6ab99ff3 More detailed Debian package building instructions, based on a patch by
diego
parents: 13892
diff changeset
30 <envar>DEB_BUILD_OPTIONS</envar> environment variable. For instance,
25db6ab99ff3 More detailed Debian package building instructions, based on a patch by
diego
parents: 13892
diff changeset
31 if you want GUI and OSD menu support you would use:
25db6ab99ff3 More detailed Debian package building instructions, based on a patch by
diego
parents: 13892
diff changeset
32
25db6ab99ff3 More detailed Debian package building instructions, based on a patch by
diego
parents: 13892
diff changeset
33 <screen>DEB_BUILD_OPTIONS="--enable-gui --enable-menu" fakeroot debian/rules binary</screen>
25db6ab99ff3 More detailed Debian package building instructions, based on a patch by
diego
parents: 13892
diff changeset
34
25db6ab99ff3 More detailed Debian package building instructions, based on a patch by
diego
parents: 13892
diff changeset
35 You can also pass some variables to the Makefile. For example, if you want
25db6ab99ff3 More detailed Debian package building instructions, based on a patch by
diego
parents: 13892
diff changeset
36 to compile with gcc 3.4 even if it's not the default compiler:
25db6ab99ff3 More detailed Debian package building instructions, based on a patch by
diego
parents: 13892
diff changeset
37
25db6ab99ff3 More detailed Debian package building instructions, based on a patch by
diego
parents: 13892
diff changeset
38 <screen>CC=gcc-3.4 DEB_BUILD_OPTIONS="--enable-gui" fakeroot debian/rules binary</screen>
25db6ab99ff3 More detailed Debian package building instructions, based on a patch by
diego
parents: 13892
diff changeset
39
25db6ab99ff3 More detailed Debian package building instructions, based on a patch by
diego
parents: 13892
diff changeset
40 To clean up the source tree run the following command:
25db6ab99ff3 More detailed Debian package building instructions, based on a patch by
diego
parents: 13892
diff changeset
41
25db6ab99ff3 More detailed Debian package building instructions, based on a patch by
diego
parents: 13892
diff changeset
42 <screen>fakeroot debian/rules clean</screen>
25db6ab99ff3 More detailed Debian package building instructions, based on a patch by
diego
parents: 13892
diff changeset
43
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
44 As root you can then install the <filename>.deb</filename> package as usual:
13939
25db6ab99ff3 More detailed Debian package building instructions, based on a patch by
diego
parents: 13892
diff changeset
45
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
46 <screen>dpkg -i ../mplayer_<replaceable>version</replaceable>.deb</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
47 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
48
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
49 <para>
13813
1df2b6b4ad21 Marillat's homepage has moved.
diego
parents: 13763
diff changeset
50 Christian Marillat has been making unofficial Debian packages of
11540
d480f7e36b74 <application> attack
wight
parents: 11531
diff changeset
51 <application>MPlayer</application>, <application>MEncoder</application> and
19814
dd6a38fdbcc8 Marillat packages binary codecs, not bitmap fonts.
diego
parents: 19803
diff changeset
52 our binary codec packages for a while, you can (apt-)get them from
18820
1ff5eeb87dce URL update for Marillat Debian packages
diego
parents: 18672
diff changeset
53 <ulink url="http://www.debian-multimedia.org/">his homepage</ulink>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
54 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
55 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
56
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
57 <!-- ********** -->
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
58
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
59 <sect2 id="rpm">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
60 <title>RPM packaging</title>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
61
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
62 <para>
21608
d64b282f8e2f RedHat RPMs are long gone. Greysector repository is going away, and I've
rathann
parents: 21596
diff changeset
63 Dominik Mierzejewski maintains the official RPM packages of
28114
a1451877ff0e Update links to RPM packages, now that Livna has merged into RPMFusion.
rathann
parents: 26958
diff changeset
64 <application>MPlayer</application> for Fedora and CentOS/RHEL. They are available
a1451877ff0e Update links to RPM packages, now that Livna has merged into RPMFusion.
rathann
parents: 26958
diff changeset
65 from <ulink url="http://rpmfusion.org/">RPMFusion repository</ulink>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
66 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
67
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
68 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
69 Mandrake/Mandriva RPM packages are available from the
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
70 <ulink url="http://plf.zarb.org/">P.L.F.</ulink>.
26958
b89c59df8ba6 Run the whole documentation through ispell.
diego
parents: 26904
diff changeset
71 SUSE used to include a crippled version of <application>MPlayer</application>
11540
d480f7e36b74 <application> attack
wight
parents: 11531
diff changeset
72 in their distribution. They have removed it in their latest releases. You can
d480f7e36b74 <application> attack
wight
parents: 11531
diff changeset
73 get working RPMs from
d480f7e36b74 <application> attack
wight
parents: 11531
diff changeset
74 <ulink url="http://packman.links2linux.de/?action=128">links2linux.de</ulink>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
75 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
76 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
77
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
78 <!-- ********** -->
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
79
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
80 <sect2 id="arm">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
81 <title>ARM</title>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
82
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
83 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
84 <application>MPlayer</application> works on Linux PDAs with ARM CPU e.g. Sharp
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
85 Zaurus, Compaq Ipaq. The easiest way to obtain
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
86 <application>MPlayer</application> is to get it from one of the
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
87 <ulink url="http://www.openzaurus.org">OpenZaurus</ulink> package feeds.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
88 If you want to compile it yourself, you should look at the
11822
359eaf957bf1 Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents: 11802
diff changeset
89 <ulink url="http://openzaurus.bkbits.net:8080/buildroot/src/packages/mplayer?nav=index.html|src/.|src/packages">mplayer</ulink>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
90 and the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
91 <ulink url="http://openzaurus.bkbits.net:8080/buildroot/src/packages/libavcodec?nav=index.html|src/.|src/packages">libavcodec</ulink>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
92 directory in the OpenZaurus distribution buildroot. These always have the latest
20403
e9ae984af8cd Yet some more CVS->CVS
gpoirier
parents: 20401
diff changeset
93 Makefile and patches used for building a SVN <application>MPlayer</application>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
94 If you need a GUI frontend, you can use xmms-embedded.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
95 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
96 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
97 </sect1>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
98
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
99
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
100 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
101
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
102
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
103 <sect1 id="bsd">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
104 <title>*BSD</title>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
105
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
106 <para>
17294
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
107 <application>MPlayer</application> runs on all known BSD flavors.
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
108 There are ports/pkgsrc/fink/etc versions of <application>MPlayer</application>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
109 available that are probably easier to use than our raw sources.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
110 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
111
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
112 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
113 If <application>MPlayer</application> complains about not finding
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
114 <filename>/dev/cdrom</filename> or <filename>/dev/dvd</filename>,
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
115 create an appropriate symbolic link:
10958
4dc1203f8004 Small improvement - added replaceable tags.
lumag
parents: 10913
diff changeset
116 <screen>ln -s /dev/<replaceable>your_cdrom_device</replaceable> /dev/cdrom</screen>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
117 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
118
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
119 <para>
11540
d480f7e36b74 <application> attack
wight
parents: 11531
diff changeset
120 To use Win32 DLLs with <application>MPlayer</application> you will need to
21596
f551403d82a9 replace &quot; with ", better readability
torinthiel
parents: 21521
diff changeset
121 re-compile the kernel with "<envar>option USER_LDT</envar>"
11540
d480f7e36b74 <application> attack
wight
parents: 11531
diff changeset
122 (unless you run FreeBSD-CURRENT,
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
123 where this is the default).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
124 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
125
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
126 <!-- ********** -->
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
127
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
128 <sect2 id="freebsd">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
129 <title>FreeBSD</title>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
130
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
131 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
132 If your CPU has SSE, recompile your kernel with
21596
f551403d82a9 replace &quot; with ", better readability
torinthiel
parents: 21521
diff changeset
133 "<envar>options CPU_ENABLE_SSE</envar>" (FreeBSD-STABLE or kernel
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
134 patches required).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
135 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
136 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
137
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
138 <!-- ********** -->
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
139
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
140 <sect2 id="openbsd">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
141 <title>OpenBSD</title>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
142
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
143 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
144 Due to limitations in different versions of gas (relocation vs MMX), you
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
145 will need to compile in two steps: First make sure that the non-native as
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
146 is first in your <envar>$PATH</envar> and do a <command>gmake -k</command>, then
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
147 make sure that the native version is used and do <command>gmake</command>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
148 </para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
149
13281
d9b7fabd9739 OpenBSD clarification by Bj«Órn Sandell <biorn @ dce . chalmers . se>
diego
parents: 13222
diff changeset
150 <para>
d9b7fabd9739 OpenBSD clarification by Bj«Órn Sandell <biorn @ dce . chalmers . se>
diego
parents: 13222
diff changeset
151 As of OpenBSD 3.4 the hack above is no longer needed.
d9b7fabd9739 OpenBSD clarification by Bj«Órn Sandell <biorn @ dce . chalmers . se>
diego
parents: 13222
diff changeset
152 </para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
153 </sect2>
11340
5d1438e8511a a bit of consistency changes and new macos&darwin sections
alex
parents: 11338
diff changeset
154
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
155 <!-- ********** -->
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
156
11340
5d1438e8511a a bit of consistency changes and new macos&darwin sections
alex
parents: 11338
diff changeset
157 <sect2 id="darwin">
5d1438e8511a a bit of consistency changes and new macos&darwin sections
alex
parents: 11338
diff changeset
158 <title>Darwin</title>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
159
11340
5d1438e8511a a bit of consistency changes and new macos&darwin sections
alex
parents: 11338
diff changeset
160 <para>
11348
e740b4a7a194 cosmetics
diego
parents: 11341
diff changeset
161 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
162 </para>
5d1438e8511a a bit of consistency changes and new macos&darwin sections
alex
parents: 11338
diff changeset
163 </sect2>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
164 </sect1>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
165
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
166
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
167 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
168
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
169
17294
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
170 <sect1 id="unix">
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
171 <title>Commercial Unix</title>
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
172
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
173 <para>
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
174 <application>MPlayer</application> has been ported to a number of commercial
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
175 Unix variants. Since the development environments on these systems tend to be
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
176 different from those found on free Unixes, you may have to make some manual
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
177 adjustments to make the build work.
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
178 </para>
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
179
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
180 <!-- ********** -->
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
181
17294
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
182 <sect2 id="solaris">
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
183 <title>Solaris</title>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
184
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
185 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
186 <application>MPlayer</application> should work on Solaris 2.6 or newer.
14632
f07f529210c3 Updated the outdated audio section somewhat.
diego
parents: 14533
diff changeset
187 Use the SUN audio driver with the <option>-ao sun</option> option for sound.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
188 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
189
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
190 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
191 On <emphasis role="bold">UltraSPARCs</emphasis>,
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
192 <application>MPlayer</application> takes advantage of their
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
193 <emphasis role="bold">VIS</emphasis> extensions
11822
359eaf957bf1 Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents: 11802
diff changeset
194 (equivalent to MMX), currently only in
359eaf957bf1 Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents: 11802
diff changeset
195 <systemitem class="library">libmpeg2</systemitem>,
359eaf957bf1 Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents: 11802
diff changeset
196 <systemitem class="library">libvo</systemitem>
359eaf957bf1 Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents: 11802
diff changeset
197 and <systemitem class="library">libavcodec</systemitem>, but not in
359eaf957bf1 Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents: 11802
diff changeset
198 <systemitem class="library">mp3lib</systemitem>. You can watch a VOB file
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
199 on a 400MHz CPU. You'll need
11822
359eaf957bf1 Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents: 11802
diff changeset
200 <ulink url="http://www.sun.com/sparc/vis/mediaLib.html"><systemitem class="library">mLib</systemitem></ulink>
359eaf957bf1 Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents: 11802
diff changeset
201 installed.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
202 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
203
18672
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
204 <para><emphasis role="bold">Caveat:</emphasis></para>
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
205 <itemizedlist>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
206 <listitem><para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
207 <emphasis role="bold">mediaLib</emphasis> is
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
208 <emphasis role="bold">currently disabled</emphasis> by default in
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
209 <application>MPlayer</application> because of brokenness. SPARC users
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
210 who build MPlayer with mediaLib support have reported a thick,
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
211 green-tint on video encoded and decoded with libavcodec. You may enable
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
212 it if you wish with:
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
213 <screen>./configure --enable-mlib</screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
214 You do this at your own risk. x86 users should
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
215 <emphasis role="bold">never</emphasis> use mediaLib, as this will
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
216 result in very poor MPlayer performance.
18672
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
217 </para></listitem>
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
218 </itemizedlist>
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
219
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
220 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
221 On Solaris SPARC, you need the GNU C/C++ Compiler; it does not matter if
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
222 GNU C/C++ compiler is configured with or without the GNU assembler.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
223 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
224
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
225 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
226 On Solaris x86, you need the GNU assembler and the GNU C/C++ compiler,
12552
e58d894d570b removing unused parts
alex
parents: 12496
diff changeset
227 configured to use the GNU assembler! The <application>MPlayer</application>
e58d894d570b removing unused parts
alex
parents: 12496
diff changeset
228 code on the x86 platform makes heavy use of MMX, SSE and 3DNOW! instructions
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
229 that cannot be compiled using Sun's assembler
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
230 <filename>/usr/ccs/bin/as</filename>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
231 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
232
12552
e58d894d570b removing unused parts
alex
parents: 12496
diff changeset
233 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
234 The <filename>configure</filename> script tries to find out, which assembler
21596
f551403d82a9 replace &quot; with ", better readability
torinthiel
parents: 21521
diff changeset
235 program is used by your "gcc" command (in case the autodetection
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
236 fails, use the
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
237 <option>--as=<replaceable>/wherever/you/have/installed/gnu-as</replaceable></option>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
238 option to tell the <filename>configure</filename> script where it can find GNU
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
239 "as" on your system).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
240 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
241
18672
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
242 <para>Solutions to common problems:</para>
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
243 <itemizedlist>
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
244 <listitem><para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
245 Error message from <filename>configure</filename> on a Solaris x86 system
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
246 using GCC without GNU assembler:
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
247 <screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
248 % configure
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
249 ...
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
250 Checking assembler (/usr/ccs/bin/as) ... , failed
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
251 Please upgrade(downgrade) binutils to 2.10.1...<!--
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
252 --></screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
253 (Solution: Install and use a gcc configured with
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
254 <option>--with-as=gas</option>)
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
255 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
256
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
257 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
258 Typical error you get when building with a GNU C compiler that does not
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
259 use GNU as:
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
260 <screen>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
261 % gmake
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
262 ...
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
263 gcc -c -Iloader -Ilibvo -O4 -march=i686 -mcpu=i686 -pipe -ffast-math
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
264 -fomit-frame-pointer -I/usr/local/include -o mplayer.o mplayer.c
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
265 Assembler: mplayer.c
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
266 "(stdin)", line 3567 : Illegal mnemonic
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
267 "(stdin)", line 3567 : Syntax error
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
268 ... more "Illegal mnemonic" and "Syntax error" errors ...
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
269 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
270 </para>
18672
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
271 </listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
272
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
273 <listitem><para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
274 <application>MPlayer</application> may segfault when decoding
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
275 and encoding video that uses the win32codecs:
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
276 <screen>
18672
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
277 ...
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
278 Trying to force audio codec driver family acm...
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
279 Opening audio decoder: [acm] Win32/ACM decoders
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
280 sysi86(SI86DSCR): Invalid argument
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
281 Couldn't install fs segment, expect segfault
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
282
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
283
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
284 MPlayer interrupted by signal 11 in module: init_audio_codec
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
285 ...<!--
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
286 --></screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
287 This is because of a change to sysi86() in Solaris 10 and pre-Solaris
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
288 Nevada b31 releases. This has been fixed in Solaris Nevada b32;
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
289 however, Sun has yet to backport the fix to Solaris 10. The MPlayer
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
290 Project has made Sun aware of the problem and a patch is currently in
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
291 progress for Solaris 10. More information about this bug can be found
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
292 at:
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
293 <ulink url="http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6308413"/>.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
294 </para></listitem>
18672
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
295
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
296 <listitem><para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
297 Due to bugs in Solaris 8,
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
298 you may not be able to play DVD discs larger than 4 GB:
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
299 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
300
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
301 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
302 <listitem><para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
303 The sd(7D) driver on Solaris 8 x86 has a bug when accessing a disk block >4GB
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
304 on a device using a logical blocksize != DEV_BSIZE
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
305 (i.e. CD-ROM and DVD media).
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
306 Due to a 32Bit int overflow, a disk address modulo 4GB is accessed
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
307 (<ulink url="http://groups.yahoo.com/group/solarisonintel/message/22516"/>).
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
308 This problem does not exist in the SPARC version of Solaris 8.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
309 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
310
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
311 <listitem><para>
26958
b89c59df8ba6 Run the whole documentation through ispell.
diego
parents: 26904
diff changeset
312 A similar bug is present in the hsfs(7FS) file system code (AKA ISO9660),
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
313 hsfs may not not support partitions/disks larger than 4GB, all data is
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
314 accessed modulo 4GB
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
315 (<ulink url="http://groups.yahoo.com/group/solarisonintel/message/22592"/>).
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
316 The hsfs problem can be fixed by installing
26958
b89c59df8ba6 Run the whole documentation through ispell.
diego
parents: 26904
diff changeset
317 patch 109764-04 (SPARC) / 109765-04 (x86).
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
318 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
319 </itemizedlist>
18672
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
320 </listitem>
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
321 </itemizedlist>
17294
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
322 </sect2>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
323
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
324 <!-- ********** -->
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
325
17294
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
326 <sect2 id="irix">
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
327 <title>IRIX</title>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
328
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
329 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
330 You can either try to install the GNU install program, and (if you did
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
331 not put it in your global path) then point to the location with:
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
332 <screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
333 ./configure --with-install=<replaceable>/path/and/name/of/install</replaceable>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
334 </screen>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
335 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
336
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
337 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
338 Or you can use the default install delivered with IRIX 6.5 in which case
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
339 you will have to edit the <filename>Makefile</filename> by hand a little bit.
23143
89cee9f0dfa6 Remove outdated and wrong references to codecs.conf.
diego
parents: 22481
diff changeset
340 Change the line:
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
341 <programlisting>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
342 $(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
343 </programlisting>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
344 to:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
345 <programlisting>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
346 $(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
347 </programlisting>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
348 and then go on with building and installing.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
349 </para>
17294
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
350 </sect2>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
351
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
352 <!-- ********** -->
14114
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
353
17294
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
354 <sect2 id="hp-ux">
14114
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
355 <title>HP-UX</title>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
356
14114
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
357 <para>
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
358 Joe Page hosts a detailed HP-UX <application>MPlayer</application>
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
359 <ulink url="http://users.rcn.com/joepage/mplayer_on_hpux11.htm">HOWTO</ulink>
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
360 by Martin Gansser on his homepage. With these instructions the build should
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
361 work out of the box. The following information is taken from this HOWTO.
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
362 </para>
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
363
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
364 <para>
28384
452c6b9ffaad Remove remarks about GNU Make being required on some systems.
diego
parents: 28114
diff changeset
365 You need GCC 3.4.0 or later and SDL 1.2.7 or later.
14114
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
366 HP cc will not produce a working program, prior GCC versions are buggy.
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
367 For OpenGL functionality you need to install Mesa and the gl and gl2 video
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
368 output drivers should work, speed may be very bad, depending on the CPU speed,
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
369 though. A good replacement for the rather poor native HP-UX sound system is
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
370 GNU esound.
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
371 </para>
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
372
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
373 <para>
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
374 Create the DVD device
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
375 scan the SCSI bus with:
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
376
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
377 <screen>
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
378 # ioscan -fn
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
379
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
380 Class I H/W Path Driver S/W State H/W Type Description
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
381 ...
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
382 ext_bus 1 8/16/5 c720 CLAIMED INTERFACE Built-in SCSI
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
383 target 3 8/16/5.2 tgt CLAIMED DEVICE
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
384 disk 4 8/16/5.<emphasis role="bold">2</emphasis>.<emphasis role="bold">0</emphasis> sdisk CLAIMED DEVICE <emphasis role="bold">PIONEER DVD-ROM DVD-305</emphasis>
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
385 /dev/dsk/c1t2d0 <emphasis role="bold">/dev/rdsk/c1t2d0</emphasis>
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
386 target 4 8/16/5.7 tgt CLAIMED DEVICE
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
387 ctl <emphasis role="bold">1</emphasis> 8/16/5.7.0 sctl CLAIMED DEVICE Initiator
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
388 /dev/rscsi/c1t7d0 /dev/rscsi/c1t7l0 /dev/scsi/c1t7l0
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
389 ...
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
390 </screen>
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
391
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
392 The screen output shows a Pioneer DVD-ROM at SCSI address 2.
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
393 The card instance for hardware path 8/16 is 1.
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
394 </para>
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
395
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
396 <para>
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
397 Create a link from the raw device to the DVD device.
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
398 <screen>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
399 ln -s /dev/rdsk/c<replaceable>&lt;SCSI bus instance&gt;</replaceable>t<replaceable>&lt;SCSI target ID&gt;</replaceable>d<replaceable>&lt;LUN&gt;</replaceable> /dev/<replaceable>&lt;device&gt;</replaceable>
14114
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
400 </screen>
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
401 Example:
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
402 <screen>ln -s /dev/rdsk/c1t2d0 /dev/dvd</screen>
14114
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
403 </para>
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
404
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
405 <para>
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
406 Below are solutions for some common problems:
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
407
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
408 <itemizedlist>
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
409 <listitem>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
410 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
411 Crash at Start with the following error message:
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
412 <screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
413 /usr/lib/dld.sl: Unresolved symbol: finite (code) from /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.2/../../../libGL.sl<!--
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
414 --></screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
415 </para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
416 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
417 This means that the function <systemitem>.finite().</systemitem> is not
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
418 available in the standard HP-UX math library.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
419 Instead there is <systemitem>.isfinite().</systemitem>.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
420 Solution: Use the latest Mesa depot file.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
421 </para>
14114
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
422 </listitem>
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
423
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
424 <listitem>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
425 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
426 Crash at playback with the following error message:
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
427 <screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
428 /usr/lib/dld.sl: Unresolved symbol: sem_init (code) from /usr/local/lib/libSDL-1.2.sl.0<!--
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
429 --></screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
430 </para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
431 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
432 Solution: Use the extralibdir option of configure
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
433 <option>--with-extralibdir="/usr/lib -lrt"</option>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
434 </para>
14114
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
435 </listitem>
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
436
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
437 <listitem>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
438 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
439 MPlayer segfaults with a message like this:
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
440 <screen>
14114
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
441 Pid 10166 received a SIGSEGV for stack growth failure.
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
442 Possible causes: insufficient memory or swap space, or stack size exceeded maxssiz.
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
443 Segmentation fault<!--
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
444 --></screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
445 </para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
446 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
447 Solution:
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
448 The HP-UX kernel has a default stack size of 8MB(?) per process.(11.0 and
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
449 newer 10.20 patches let you increase <systemitem>maxssiz</systemitem> up to
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
450 350MB for 32-bit programs). You need to extend
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
451 <systemitem>maxssiz</systemitem> and recompile the kernel (and reboot).
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
452 You can use SAM to do this.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
453 (While at it, check out the <systemitem>maxdsiz</systemitem> parameter for
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
454 the maximum amount of data a program can use.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
455 It depends on your applications, if the default of 64MB is enough or not.)
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
456 </para>
14114
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
457 </listitem>
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
458 </itemizedlist>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
459 </para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
460 </sect2>
14114
072c69e79c23 More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
diego
parents: 14044
diff changeset
461
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
462 <!-- ********** -->
17442
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
463
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
464 <sect2 id="aix">
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
465 <title>AIX</title>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
466
17442
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
467 <para>
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
468 <application>MPlayer</application> builds successfully on AIX 5.1,
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
469 5.2, and 5.3, using GCC 3.3 or greater. Building
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
470 <application>MPlayer</application> on AIX 4.3.3 and below is
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
471 untested. It is highly recommended that you build
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
472 <application>MPlayer</application> using GCC 3.4 or greater,
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
473 or if you are building on POWER5, GCC 4.0 is required.
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
474 </para>
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
475
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
476 <para>
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
477 CPU detection is still a work in progress.
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
478 The following architectures have been tested:
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
479 </para>
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
480
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
481 <itemizedlist>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
482 <listitem><para>604e</para></listitem>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
483 <listitem><para>POWER3</para></listitem>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
484 <listitem><para>POWER4</para></listitem>
17442
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
485 </itemizedlist>
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
486
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
487 <para>
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
488 The following architectures are untested, but should still work:
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
489 <itemizedlist>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
490 <listitem><para>POWER</para></listitem>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
491 <listitem><para>POWER2</para></listitem>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
492 <listitem><para>POWER5</para></listitem>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
493 </itemizedlist>
17442
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
494 </para>
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
495
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
496 <para>
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
497 Sound via the Ultimedia Services is not supported, as Ultimedia was
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
498 dropped in AIX 5.1; therefore, the only option is to use the AIX Open
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
499 Sound System (OSS) drivers from 4Front Technologies at
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
500 <ulink url="http://www.opensound.com/aix.html">http://www.opensound.com/aix.html</ulink>.
18672
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
501 4Front Technologies freely provides OSS drivers for AIX 5.1 for
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
502 non-commercial use; however, there are currently no sound output
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
503 drivers for AIX 5.2 or 5.3. This means <emphasis role="bold">AIX 5.2
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
504 and 5.3 are not capable of MPlayer audio output, presently.</emphasis>
17442
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
505 </para>
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
506
18672
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
507 <para>Solutions to common problems:</para>
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
508
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
509 <itemizedlist>
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
510 <listitem>
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
511 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
512 If you encounter this error message from <filename>./configure</filename>:
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
513 <screen>
18672
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
514 $ ./configure
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
515 ...
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
516 Checking for iconv program ... no
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
517 No working iconv program found, use
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
518 --charset=US-ASCII to continue anyway.
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
519 Messages in the GTK-2 interface will be broken then.<!--
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
520 --></screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
521 This is because AIX uses non-standard character set names; therefore,
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
522 converting MPlayer output to another character set is currently not
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
523 supported. The solution is to use:
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
524 <screen>$ ./configure --charset=noconv</screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
525 </para>
18672
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
526 </listitem>
f3b0eea2ae9a Expand and update the Solaris and AIX sections.
diego
parents: 17706
diff changeset
527 </itemizedlist>
17442
7442443767ce AIX section for the ports description
diego
parents: 17307
diff changeset
528 </sect2>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
529 </sect1>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
530
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
531
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
532 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
533
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
534
10561
diego
parents: 10445
diff changeset
535 <sect1 id="windows">
diego
parents: 10445
diff changeset
536 <title>Windows</title>
diego
parents: 10445
diff changeset
537
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
538 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
539 Yes, <application>MPlayer</application> runs on Windows under
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
540 <ulink url="http://www.cygwin.com/"><application>Cygwin</application></ulink>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
541 and
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
542 <ulink url="http://www.mingw.org/"><application>MinGW</application></ulink>.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
543 It does not have an official GUI yet, but the command line version
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
544 is completely functional. You should check out the
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
545 <ulink url="http://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygwin/">MPlayer-cygwin</ulink>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
546 mailing list for help and latest information.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
547 Official Windows binaries can be found on the
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
548 <ulink url="http://www.mplayerhq.hu/design7/dload.html">download page</ulink>.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
549 Installer packages and simple GUI frontends are available from external
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
550 sources, we have collected then in the Windows section of our
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
551 <ulink url="http://www.mplayerhq.hu/design7/projects.html#windows">projects page</ulink>.
15458
9df34c9d1747 Explain how to drop movies on desktop shortcuts, other updates.
diego
parents: 15136
diff changeset
552 </para>
9df34c9d1747 Explain how to drop movies on desktop shortcuts, other updates.
diego
parents: 15136
diff changeset
553
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
554 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
555 If you wish to avoid using the command line, a simple trick is
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
556 to put a shortcut on your desktop that contains something like the
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
557 following in the execute section:
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
558 <screen><replaceable>c:\path\to\</replaceable>mplayer.exe %1</screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
559 This will make <application>MPlayer</application> play any movie that is
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
560 dropped on the shortcut. Add <option>-fs</option> for fullscreen mode.
15458
9df34c9d1747 Explain how to drop movies on desktop shortcuts, other updates.
diego
parents: 15136
diff changeset
561 </para>
10561
diego
parents: 10445
diff changeset
562
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
563 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
564 Best results are achieved with the native DirectX video output driver
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
565 (<option>-vo directx</option>). Alternatives are OpenGL and SDL, but OpenGL
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
566 performance varies greatly between systems and SDL is known to
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
567 distort video or crash on some systems. If the image is
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
568 distorted, try turning off hardware acceleration with
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
569 <option>-vo directx:noaccel</option>. Download
25742
354f4b9d96f5 URL updates for contributed win32 stuff.
diego
parents: 25095
diff changeset
570 <ulink url="http://www.mplayerhq.hu/MPlayer/contrib/win32/dx7headers.tgz">DirectX 7 header files</ulink>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
571 to compile the DirectX video output driver. Furthermore you need to have
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
572 DirectX 7 or later installed for the DirectX video output driver to work.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
573 </para>
12418
80266d26d80c winvidix documented, alternative ways of specifying -dvd-device.
diego
parents: 12325
diff changeset
574
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
575 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
576 <link linkend="vidix">VIDIX</link> now works under Windows as
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
577 <option>-vo winvidix</option>, although it is still experimental
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
578 and needs a bit of manual setup. Download
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
579 <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32/dhahelperwin/dhahelper.sys">dhahelper.sys</ulink> or
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
580 <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32/dhahelperwin/withmtrr/dhahelper.sys">dhahelper.sys (with MTRR support)</ulink>
23253
aeef449e5923 libdha is no more.
diego
parents: 23143
diff changeset
581 and copy it to the <filename class="directory">vidix/dhahelperwin</filename>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
582 directory in your <application>MPlayer</application> source tree.
26904
b4a743e6d17d Add install-dhahelperwin target to simplify dhahelper installation on Windows.
diego
parents: 26899
diff changeset
583 Open a console and type
b4a743e6d17d Add install-dhahelperwin target to simplify dhahelper installation on Windows.
diego
parents: 26899
diff changeset
584 <screen>make install-dhahelperwin</screen>
25743
6486e10d4f4e VIDIX is no longer a shared library.
diego
parents: 25742
diff changeset
585 as Administrator. After that you will have to reboot.
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
586 </para>
12418
80266d26d80c winvidix documented, alternative ways of specifying -dvd-device.
diego
parents: 12325
diff changeset
587
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
588 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
589 For best results <application>MPlayer</application> should use a
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
590 colorspace that your video card supports in hardware. Unfortunately many
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
591 Windows graphics drivers wrongly report some colorspaces as supported in
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
592 hardware. To find out which, try
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
593 <screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
594 mplayer -benchmark -nosound -frames 100 -vf format=<replaceable>colorspace</replaceable> <replaceable>movie</replaceable>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
595 </screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
596 where <replaceable>colorspace</replaceable> can be any colorspace
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
597 printed by the <option>-vf format=fmt=help</option> option. If you
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
598 find a colorspace your card handles particularly bad
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
599 <option>-vf noformat=<replaceable>colorspace</replaceable></option>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
600 will keep it from being used. Add this to your config file to permanently
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
601 keep it from being used.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
602 </para>
12325
9e5ebd0c97d0 Hint about testing different colorspaces and putting codes in ./, based on
diego
parents: 12014
diff changeset
603
14533
d5b27912e97a Binary codecs and Windows section overhauled to reflect recent changes.
diego
parents: 14136
diff changeset
604 <para>There are special codec packages for Windows available on our
19803
a8367d5b416b link fix: The codecs page was merged into the download page.
diego
parents: 19709
diff changeset
605 <ulink url="http://www.mplayerhq.hu/design7/dload.html">download page</ulink>
14533
d5b27912e97a Binary codecs and Windows section overhauled to reflect recent changes.
diego
parents: 14136
diff changeset
606 to allow playing formats for which there is no native support yet.
d5b27912e97a Binary codecs and Windows section overhauled to reflect recent changes.
diego
parents: 14136
diff changeset
607 Put the codecs somewhere in your path or pass
20545
150596447eda --with-codecsdir --> --codecsdir
diego
parents: 20535
diff changeset
608 <option>--codecsdir=<replaceable>c:/path/to/your/codecs</replaceable></option>
14533
d5b27912e97a Binary codecs and Windows section overhauled to reflect recent changes.
diego
parents: 14136
diff changeset
609 (alternatively
20545
150596447eda --with-codecsdir --> --codecsdir
diego
parents: 20535
diff changeset
610 <option>--codecsdir=<replaceable>/path/to/your/codecs</replaceable></option>
14533
d5b27912e97a Binary codecs and Windows section overhauled to reflect recent changes.
diego
parents: 14136
diff changeset
611 only on <application>Cygwin</application>) to <filename>configure</filename>.
d5b27912e97a Binary codecs and Windows section overhauled to reflect recent changes.
diego
parents: 14136
diff changeset
612 We have had some reports that Real DLLs need to be writable by the user
d5b27912e97a Binary codecs and Windows section overhauled to reflect recent changes.
diego
parents: 14136
diff changeset
613 running <application>MPlayer</application>, but only on some systems (NT4).
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
614 Try making them writable if you have problems.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
615 </para>
12439
33916977a36e Cygwin and MinGW now behave similarly with regard to VCD/DVD playback.
diego
parents: 12418
diff changeset
616
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
617 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
618 You can play VCDs by playing the <filename>.DAT</filename> or
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
619 <filename>.MPG</filename> files that Windows exposes on VCDs. It works like
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
620 this (adjust for the drive letter of your CD-ROM):
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
621 <screen>mplayer <replaceable>d:/mpegav/avseq01.dat</replaceable></screen>
25095
b97d8dedb68b vcd://<n> now works for MinGW32 too, hence the updated doc
zuxy
parents: 25091
diff changeset
622 Alternatively, you can play a VCD track directly by using:
b97d8dedb68b vcd://<n> now works for MinGW32 too, hence the updated doc
zuxy
parents: 25091
diff changeset
623 <screen>mplayer vcd://<replaceable>&lt;track&gt;</replaceable> -cdrom-device <replaceable>d:</replaceable>
b97d8dedb68b vcd://<n> now works for MinGW32 too, hence the updated doc
zuxy
parents: 25091
diff changeset
624 </screen>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
625 DVDs also work, adjust <option>-dvd-device</option> for the drive letter
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
626 of your DVD-ROM:
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
627 <screen>
25091
d0fda824ce5d Put colon inside replaceable tag.
diego
parents: 24879
diff changeset
628 mplayer dvd://<replaceable>&lt;title&gt;</replaceable> -dvd-device <replaceable>d:</replaceable>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
629 </screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
630 The <application>Cygwin</application>/<application>MinGW</application>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
631 console is rather slow. Redirecting output or using the
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
632 <option>-quiet</option> option has been reported to improve performance on
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
633 some systems. Direct rendering (<option>-dr</option>) may also help.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
634 If playback is jerky, try
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
635 <option>-autosync 100</option>. If some of these options help you, you
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
636 may want to put them in your config file.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
637 </para>
10561
diego
parents: 10445
diff changeset
638
17158
6f07bdc2d4e8 known bugs with P4 and SSE, small fixes
diego
parents: 16472
diff changeset
639 <note>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
640 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
641 If you have a Pentium 4 and are experiencing a crash using the
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
642 RealPlayer codecs, you may need to disable hyperthreading support.
17158
6f07bdc2d4e8 known bugs with P4 and SSE, small fixes
diego
parents: 16472
diff changeset
643 </para>
6f07bdc2d4e8 known bugs with P4 and SSE, small fixes
diego
parents: 16472
diff changeset
644 </note>
6f07bdc2d4e8 known bugs with P4 and SSE, small fixes
diego
parents: 16472
diff changeset
645
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
646 <!-- ********** -->
17158
6f07bdc2d4e8 known bugs with P4 and SSE, small fixes
diego
parents: 16472
diff changeset
647
10561
diego
parents: 10445
diff changeset
648 <sect2 id="cygwin">
11540
d480f7e36b74 <application> attack
wight
parents: 11531
diff changeset
649 <title><application>Cygwin</application></title>
10561
diego
parents: 10445
diff changeset
650
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
651 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
652 You need to run <application>Cygwin</application> 1.5.0 or later in
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
653 order to compile <application>MPlayer</application>.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
654 </para>
10561
diego
parents: 10445
diff changeset
655
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
656 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
657 DirectX header files need to be extracted to
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
658 <filename class="directory">/usr/include/</filename> or
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
659 <filename class="directory">/usr/local/include/</filename>.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
660 </para>
10561
diego
parents: 10445
diff changeset
661
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
662 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
663 Instructions and files for making SDL run under
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
664 <application>Cygwin</application> can be found on the
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
665 <ulink url="http://www.libsdl.org/extras/win32/cygwin/">libsdl site</ulink>.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
666 </para>
10561
diego
parents: 10445
diff changeset
667 </sect2>
diego
parents: 10445
diff changeset
668
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
669 <!-- ********** -->
10561
diego
parents: 10445
diff changeset
670
diego
parents: 10445
diff changeset
671 <sect2 id="mingw">
11540
d480f7e36b74 <application> attack
wight
parents: 11531
diff changeset
672 <title><application>MinGW</application></title>
10561
diego
parents: 10445
diff changeset
673
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
674 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
675 Installing a version of <application>MinGW</application> that could
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
676 compile <application>MPlayer</application> used to be quite tricky, but it
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
677 works out of the box now. Just install <application>MinGW</application>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
678 3.1.0 or later and MSYS 1.0.9 or later and tell the MSYS postinstall that
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
679 <application>MinGW</application> is installed.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
680 </para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
681
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
682 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
683 Extract DirectX header files to
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
684 <filename class="directory">/mingw/include/</filename>.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
685 </para>
10191
6e6844f66d85 -vo directx:ontop, console output, inttypes.h
diego
parents: 10184
diff changeset
686
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
687 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
688 MOV compressed header support requires
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
689 <ulink url="http://www.gzip.org/zlib/">zlib</ulink>,
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
690 which <application>MinGW</application> does not provide by default.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
691 Configure it with <option>--prefix=/mingw</option> and install
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
692 it before compiling <application>MPlayer</application>.
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
693 </para>
12496
8f4574d094a5 MinGW comes without zlib (necessary for compressed MOV headers).
diego
parents: 12439
diff changeset
694
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
695 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
696 Complete instructions for building <application>MPlayer</application>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
697 and necessary libraries can be found in the
25742
354f4b9d96f5 URL updates for contributed win32 stuff.
diego
parents: 25095
diff changeset
698 <ulink url="http://www.mplayerhq.hu/MPlayer/contrib/win32/MPlayer-MinGW-Howto.txt">MPlayer MinGW HOWTO</ulink>.
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
699 </para>
10561
diego
parents: 10445
diff changeset
700 </sect2>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
701 </sect1>
10561
diego
parents: 10445
diff changeset
702
diego
parents: 10445
diff changeset
703
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
704 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
705
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
706
11340
5d1438e8511a a bit of consistency changes and new macos&darwin sections
alex
parents: 11338
diff changeset
707 <sect1 id="macos">
11348
e740b4a7a194 cosmetics
diego
parents: 11341
diff changeset
708 <title>Mac OS</title>
18839
0db2e1ae26dc typo/grammar fixes
diego
parents: 18838
diff changeset
709
11340
5d1438e8511a a bit of consistency changes and new macos&darwin sections
alex
parents: 11338
diff changeset
710 <para>
17272
782712db746a Mac OS update
diego
parents: 17238
diff changeset
711 <application>MPlayer</application> does not work on Mac OS versions before
782712db746a Mac OS update
diego
parents: 17238
diff changeset
712 10, but should compile out-of-the-box on Mac OS X 10.2 and up.
782712db746a Mac OS update
diego
parents: 17238
diff changeset
713 The preferred compiler is the Apple version of
18838
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
714 GCC 3.x or later.
18839
0db2e1ae26dc typo/grammar fixes
diego
parents: 18838
diff changeset
715 You can get the basic compilation environment by installing Apple's
18838
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
716 <ulink url="http://developer.apple.com/tools/download/">Xcode</ulink>.
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
717 If you have Mac OS X 10.3.9 or later and QuickTime 7
18839
0db2e1ae26dc typo/grammar fixes
diego
parents: 18838
diff changeset
718 you can use the <option>macosx</option> video output driver.
11340
5d1438e8511a a bit of consistency changes and new macos&darwin sections
alex
parents: 11338
diff changeset
719 </para>
18839
0db2e1ae26dc typo/grammar fixes
diego
parents: 18838
diff changeset
720
18838
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
721 <para>
18839
0db2e1ae26dc typo/grammar fixes
diego
parents: 18838
diff changeset
722 Unfortunately, this basic environment will not allow you to take advantage
18838
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
723 of all the nice features of <application>MPlayer</application>.
18839
0db2e1ae26dc typo/grammar fixes
diego
parents: 18838
diff changeset
724 For instance, in order to have OSD support compiled in, you will
0db2e1ae26dc typo/grammar fixes
diego
parents: 18838
diff changeset
725 need to have <systemitem class="library">fontconfig</systemitem>
0db2e1ae26dc typo/grammar fixes
diego
parents: 18838
diff changeset
726 and <systemitem class="library">freetype</systemitem> libraries
0db2e1ae26dc typo/grammar fixes
diego
parents: 18838
diff changeset
727 installed on your machine. Contrary to other Unixes such as most
0db2e1ae26dc typo/grammar fixes
diego
parents: 18838
diff changeset
728 Linux and BSD variants, OS X does not have a package system
0db2e1ae26dc typo/grammar fixes
diego
parents: 18838
diff changeset
729 that comes with the system.
18838
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
730 </para>
18839
0db2e1ae26dc typo/grammar fixes
diego
parents: 18838
diff changeset
731
18838
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
732 <para>
18839
0db2e1ae26dc typo/grammar fixes
diego
parents: 18838
diff changeset
733 There are at least two to choose from:
18838
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
734 <ulink url="http://fink.sourceforge.net/">Fink</ulink> and
20401
c96e99bef4dd s/DarwinPorts/MacPorts/
gpoirier
parents: 19814
diff changeset
735 <ulink url="http://www.macports.org/">MacPorts</ulink>.
18838
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
736 Both of them provide about the same service (i.e. a lot of packages to
18839
0db2e1ae26dc typo/grammar fixes
diego
parents: 18838
diff changeset
737 choose from, dependency resolution, the ability to simply add/update/remove
18838
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
738 packages, etc...).
18839
0db2e1ae26dc typo/grammar fixes
diego
parents: 18838
diff changeset
739 Fink offers both precompiled binary packages or building everything from
20401
c96e99bef4dd s/DarwinPorts/MacPorts/
gpoirier
parents: 19814
diff changeset
740 source, whereas MacPorts only offers building from source.
c96e99bef4dd s/DarwinPorts/MacPorts/
gpoirier
parents: 19814
diff changeset
741 The author of this guide chose MacPorts for the simple fact that its basic
18838
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
742 setup was more lightweight.
20401
c96e99bef4dd s/DarwinPorts/MacPorts/
gpoirier
parents: 19814
diff changeset
743 Later examples will be based on MacPorts.
18838
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
744 </para>
18839
0db2e1ae26dc typo/grammar fixes
diego
parents: 18838
diff changeset
745
18838
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
746 <para>
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
747 For instance, to compile <application>MPlayer</application> with OSD support:
26958
b89c59df8ba6 Run the whole documentation through ispell.
diego
parents: 26904
diff changeset
748 <screen>sudo port install pkg-config</screen>
18838
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
749 This will install <application>pkg-config</application>, which is a system for
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
750 managing library compile/link flags.
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
751 <application>MPlayer</application>'s <systemitem>configure</systemitem> script
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
752 uses it to properly detect libraries.
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
753 Then you can install <application>fontconfig</application> in a
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
754 similar way:
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
755 <screen>sudo port install fontconfig</screen>
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
756 Then you can proceed with launching <application>MPlayer</application>'s
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
757 <systemitem>configure</systemitem> script (note the
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
758 <systemitem>PKG_CONFIG_PATH</systemitem> and <systemitem>PATH</systemitem>
18839
0db2e1ae26dc typo/grammar fixes
diego
parents: 18838
diff changeset
759 environment variables so that <systemitem>configure</systemitem> finds the
20401
c96e99bef4dd s/DarwinPorts/MacPorts/
gpoirier
parents: 19814
diff changeset
760 libraries installed with MacPorts):
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
761 <screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
762 PKG_CONFIG_PATH=/opt/local/lib/pkgconfig/ PATH=$PATH:/opt/local/bin/ ./configure
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
763 </screen>
18838
cf45632eaef6 More information on how to compile MPlayer on OSX with extra features
gpoirier
parents: 18820
diff changeset
764 </para>
11340
5d1438e8511a a bit of consistency changes and new macos&darwin sections
alex
parents: 11338
diff changeset
765
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
766 <!-- ********** -->
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
767
17294
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
768 <sect2 id="osx_gui">
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
769 <title>MPlayer OS X GUI</title>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
770
11340
5d1438e8511a a bit of consistency changes and new macos&darwin sections
alex
parents: 11338
diff changeset
771 <para>
16439
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
772 You can get a native GUI for <application>MPlayer</application> together with
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
773 precompiled <application>MPlayer</application> binaries for Mac OS X from the
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
774 <ulink url="http://mplayerosx.sf.net/">MPlayerOSX</ulink> project, but be
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
775 warned: that project is not active anymore.
11340
5d1438e8511a a bit of consistency changes and new macos&darwin sections
alex
parents: 11338
diff changeset
776 </para>
5d1438e8511a a bit of consistency changes and new macos&darwin sections
alex
parents: 11338
diff changeset
777
5d1438e8511a a bit of consistency changes and new macos&darwin sections
alex
parents: 11338
diff changeset
778 <para>
16439
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
779 Fortunately, <application>MPlayerOSX</application> has been taken over
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
780 by a member of the <application>MPlayer</application> team.
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
781 Preview releases are available from our
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
782 <ulink url="http://mplayerhq.hu/dload.html">download page</ulink>
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
783 and an official release should arrive soon.
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
784 </para>
16439
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
785
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
786 <para>
16439
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
787 In order to build <application>MPlayerOSX</application> from source
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
788 yourself, you need the <systemitem>mplayerosx</systemitem>, the
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
789 <systemitem>main</systemitem> and a copy of the
20403
e9ae984af8cd Yet some more CVS->CVS
gpoirier
parents: 20401
diff changeset
790 <systemitem>main</systemitem> SVN module named
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
791 <systemitem>main_noaltivec</systemitem>.
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
792 <systemitem>mplayerosx</systemitem> is the GUI frontend,
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
793 <systemitem>main</systemitem> is MPlayer and
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
794 <systemitem>main_noaltivec</systemitem> is MPlayer built without AltiVec
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
795 support.
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
796 </para>
16439
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
797
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
798 <para>
19099
6d0edf8101da - CVS --> SVN
boskicinek
parents: 18918
diff changeset
799 To check out SVN modules use:
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
800 <screen>
18918
58b4379d19b0 Update MPlayerOSX checkout commandlines with subversion commandline
gpoirier
parents: 18839
diff changeset
801 svn checkout svn://svn.mplayerhq.hu/mplayerosx/trunk/ mplayerosx
58b4379d19b0 Update MPlayerOSX checkout commandlines with subversion commandline
gpoirier
parents: 18839
diff changeset
802 svn checkout svn://svn.mplayerhq.hu/mplayer/trunk/ main
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
803 </screen>
16439
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
804 </para>
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
805
16439
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
806 <para>
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
807 In order to build <application>MPlayerOSX</application> you will need to
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
808 set up something like this:
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
809 <screen>
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
810 MPlayer_source_directory
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
811 |
18918
58b4379d19b0 Update MPlayerOSX checkout commandlines with subversion commandline
gpoirier
parents: 18839
diff changeset
812 |--->main (MPlayer Subversion source)
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
813 |
18918
58b4379d19b0 Update MPlayerOSX checkout commandlines with subversion commandline
gpoirier
parents: 18839
diff changeset
814 |--->main_noaltivec (MPlayer Subversion source configured with --disable-altivec)
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
815 |
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
816 \--->mplayerosx (MPlayer OS X Subversion source)
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
817 </screen>
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
818 You first need to build main and main_noaltivec.
16439
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
819 </para>
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
820
16439
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
821 <para>
22481
ce511dbb0d68 Improve MPlayerOSX building process:
gpoirier
parents: 21608
diff changeset
822 To begin with, in order to ensure maximum backwards compatibility, set an
ce511dbb0d68 Improve MPlayerOSX building process:
gpoirier
parents: 21608
diff changeset
823 environment variable:
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
824 <screen>export MACOSX_DEPLOYMENT_TARGET=10.3</screen>
16439
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
825 </para>
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
826
16439
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
827 <para>
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
828 Then, configure:
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
829 </para>
16439
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
830
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
831 <para>
16439
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
832 If you configure for a G4 or later CPU with AltiVec support, do as follows:
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
833 <screen>
22481
ce511dbb0d68 Improve MPlayerOSX building process:
gpoirier
parents: 21608
diff changeset
834 ./configure --disable-gl --disable-x11
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
835 </screen>
16439
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
836 If you configure for a G3-powered machine without AltiVec, use:
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
837 <screen>
22481
ce511dbb0d68 Improve MPlayerOSX building process:
gpoirier
parents: 21608
diff changeset
838 ./configure --disable-gl --disable-x11 --disable-altivec
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
839 </screen>
16439
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
840 You may need to edit <filename>config.mak</filename> and change
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
841 <systemitem>-mcpu</systemitem> and <systemitem>-mtune</systemitem>
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
842 from <systemitem>74XX</systemitem> to <systemitem>G3</systemitem>.
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
843 </para>
16439
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
844
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
845 <para>
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
846 Continue with
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
847 <screen>make</screen>
16439
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
848 then go to the mplayerosx directory and type
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
849 <screen>make dist</screen>
16439
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
850 This will create a compressed <systemitem>.dmg</systemitem> archive
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
851 with the ready to use binary.
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
852 </para>
16439
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
853
16317
458c83408fd7 How to build MPlayerOSX
gpoirier
parents: 16121
diff changeset
854 <para>
16439
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
855 You can also use the <application>Xcode</application> 2.1 project;
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
856 the old project for <application>Xcode</application> 1.x does
abac160060a8 Mac OS X section reviewed for wording/spelling/grammar and content.
diego
parents: 16317
diff changeset
857 not work anymore.
11341
alex
parents: 11340
diff changeset
858 </para>
17307
d6983ae72e0e 10l build fix
diego
parents: 17294
diff changeset
859 </sect2>
11340
5d1438e8511a a bit of consistency changes and new macos&darwin sections
alex
parents: 11338
diff changeset
860 </sect1>
5d1438e8511a a bit of consistency changes and new macos&darwin sections
alex
parents: 11338
diff changeset
861
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
862
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
863 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
864
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
865
17294
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
866 <sect1 id="exotic_platforms">
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
867 <title>Exotic Platforms</title>
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
868
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
869 <para>
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
870 <application>MPlayer</application> runs on a number of exotic platforms,
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
871 but most of the platform-specific changes from those systems have not been
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
872 merged back into the main source tree.
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
873 For build instructions you should refer to the system-specific documentation.
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
874 </para>
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
875
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
876 <!-- ********** -->
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
877
17294
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
878 <sect2 id="qnx">
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
879 <title>QNX</title>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
880
17294
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
881 <para>
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
882 You'll need to download and install SDL for QNX. Then run
17496
10e5a3268f60 10l: wrong syntax
gpoirier
parents: 17495
diff changeset
883 <application>MPlayer</application> with <option>-vo sdl:driver=photon</option>
17294
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
884 and <option>-ao sdl:nto</option> options, it should be fast.
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
885 </para>
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
886
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
887 <para>
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
888 The <option>-vo x11</option> output will be even slower than on Linux,
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
889 since QNX has only X <emphasis>emulation</emphasis> which is very slow.
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
890 </para>
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
891 </sect2>
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
892
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
893 <!-- ********** -->
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
894
17294
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
895 <sect2 id="amiga">
11607
1eeb4d55b0f2 hp-ux and amiga sections
alex
parents: 11546
diff changeset
896 <title>Amiga/MorphOS (GeekGadgets)</title>
1eeb4d55b0f2 hp-ux and amiga sections
alex
parents: 11546
diff changeset
897 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
898 The people over at
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
899 <ulink url="http://www.amigasoft.net">www.amigasoft.net</ulink>
16121
cf0c9afda05c Amiga port from www.amigasoft.net
diego
parents: 15894
diff changeset
900 make current <application>MPlayer</application> and
cf0c9afda05c Amiga port from www.amigasoft.net
diego
parents: 15894
diff changeset
901 <application>MEncoder</application> packages.
cf0c9afda05c Amiga port from www.amigasoft.net
diego
parents: 15894
diff changeset
902 </para>
cf0c9afda05c Amiga port from www.amigasoft.net
diego
parents: 15894
diff changeset
903
cf0c9afda05c Amiga port from www.amigasoft.net
diego
parents: 15894
diff changeset
904 <para>
11607
1eeb4d55b0f2 hp-ux and amiga sections
alex
parents: 11546
diff changeset
905 Nicholas Det at Genesi has done a big and powerful port of <application>MPlayer
1eeb4d55b0f2 hp-ux and amiga sections
alex
parents: 11546
diff changeset
906 </application> for MorphOS. Sadly it's based on the 0.90 series.
1eeb4d55b0f2 hp-ux and amiga sections
alex
parents: 11546
diff changeset
907 </para>
1eeb4d55b0f2 hp-ux and amiga sections
alex
parents: 11546
diff changeset
908
1eeb4d55b0f2 hp-ux and amiga sections
alex
parents: 11546
diff changeset
909 <para>
1eeb4d55b0f2 hp-ux and amiga sections
alex
parents: 11546
diff changeset
910 Get if from <ulink url="http://www.morphzone.org/">MorphZone</ulink>:
11621
cc2bbda6db52 made MorphZone resources more readable
paszczi
parents: 11614
diff changeset
911 <itemizedlist>
cc2bbda6db52 made MorphZone resources more readable
paszczi
parents: 11614
diff changeset
912 <listitem><para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
913 <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=90">
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
914 <application>MPlayer</application> 0.91 binary</ulink>
11621
cc2bbda6db52 made MorphZone resources more readable
paszczi
parents: 11614
diff changeset
915 </para></listitem>
cc2bbda6db52 made MorphZone resources more readable
paszczi
parents: 11614
diff changeset
916 <listitem><para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
917 <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=91">
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
918 <application>MPlayer</application> 0.91 source</ulink>
11621
cc2bbda6db52 made MorphZone resources more readable
paszczi
parents: 11614
diff changeset
919 </para></listitem>
cc2bbda6db52 made MorphZone resources more readable
paszczi
parents: 11614
diff changeset
920 <listitem><para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
921 <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=92">
b210a229fbcb General reformatting round:
torinthiel
parents: 20545
diff changeset
922 <application>MEncoder</application> 1.0pre3 binary</ulink>
11621
cc2bbda6db52 made MorphZone resources more readable
paszczi
parents: 11614
diff changeset
923 </para></listitem>
cc2bbda6db52 made MorphZone resources more readable
paszczi
parents: 11614
diff changeset
924 </itemizedlist>
11607
1eeb4d55b0f2 hp-ux and amiga sections
alex
parents: 11546
diff changeset
925 </para>
17294
c70365d7e234 Restructure ports section.
diego
parents: 17272
diff changeset
926 </sect2>
11607
1eeb4d55b0f2 hp-ux and amiga sections
alex
parents: 11546
diff changeset
927 </sect1>
1eeb4d55b0f2 hp-ux and amiga sections
alex
parents: 11546
diff changeset
928
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
929 </chapter>