Mercurial > mplayer.hg
annotate DOCS/SOLARIS @ 1184:e8c3f89ecd96
vo_subdevice implemented
author | al3x |
---|---|
date | Thu, 21 Jun 2001 22:34:25 +0000 |
parents | 0f7be115a4db |
children | c51dfea4fa20 |
rev | line source |
---|---|
1038
b36fb1ae4b53
applied solaris8/netbsd/other fixes patch by J¸«ärgen Keil <jk@tools.de>
arpi_esp
parents:
diff
changeset
|
1 Notes for Solaris users |
b36fb1ae4b53
applied solaris8/netbsd/other fixes patch by J¸«ärgen Keil <jk@tools.de>
arpi_esp
parents:
diff
changeset
|
2 ======================= |
b36fb1ae4b53
applied solaris8/netbsd/other fixes patch by J¸«ärgen Keil <jk@tools.de>
arpi_esp
parents:
diff
changeset
|
3 |
1061 | 4 1. It *only* works on Solaris x86. It can't work on SPARC systems due to |
5 the use of win32 codecs. | |
1042
b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents:
1038
diff
changeset
|
6 |
1061 | 7 2. To build the package you will need GNU make (gmake, /opt/sfw/gmake), |
8 native Solaris make will not work. | |
9 | |
10 3. For DVD support you must have the patched libcss installed. Patch: | |
1043 | 11 http://www.tools.de/solaris/mplayer/ |
12 | |
1061 | 13 4. Due to two bugs in solaris 8 x86, you cannot reliably play DVDs using a |
1042
b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents:
1038
diff
changeset
|
14 capacity >4GB: |
b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents:
1038
diff
changeset
|
15 |
b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents:
1038
diff
changeset
|
16 - The sd(7D) driver on solaris 8 x86 driver has bug when accessing a |
b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents:
1038
diff
changeset
|
17 disk block >4GB on a device using a logical blocksize != DEV_BSIZE |
b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents:
1038
diff
changeset
|
18 (i.e. CDROM and DVD media). Due to a 32bit int overflow, a disk |
b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents:
1038
diff
changeset
|
19 address modulo 4GB is accessed. |
b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents:
1038
diff
changeset
|
20 (http://groups.yahoo.com/group/solarisonintel/message/22516) |
b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents:
1038
diff
changeset
|
21 |
b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents:
1038
diff
changeset
|
22 - The similar bug is present in the hsfs(7FS) filesystem code (aka ISO9660), |
b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents:
1038
diff
changeset
|
23 hsfs currently does not support partitions/disks >4GB, all data is |
b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents:
1038
diff
changeset
|
24 accessed modulo 4GB |
b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents:
1038
diff
changeset
|
25 (http://groups.yahoo.com/group/solarisonintel/message/22592) |
b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents:
1038
diff
changeset
|
26 |
b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents:
1038
diff
changeset
|
27 -- |
b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents:
1038
diff
changeset
|
28 Jürgen Keil |
b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents:
1038
diff
changeset
|
29 |