summaryrefslogtreecommitdiffstats
path: root/DOCS/FREEBSD
blob: 32cc59d671728f698f007743ae541ff8a54de81c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Notes for FreeBSD users
=======================

1. To build the package you will need GNU make (gmake, /usr/ports/devel/gmake), 
native BSD make will not work.

2. To run mplayer you will need to re-compile the kernel with 
"options USER_LDT" (unless you are running -CURRENT, where this is default).
If you have a CPU with SSE also use "options CPU_ENABLE_SSE" to use it
(FreeBSD-STABLE required, or use kernel patches).

3. If mplayer complains about "CD-ROM Device '/dev/cdrom' not found!" make a 
symbolic link : ln -s /dev/<your_cdrom_device> /dev/cdrom 

4. There's no DVD support for FreeBSD yet. 
Feel free to add them :-)

Enjoy (as do I)!

--
Vladimir Kushnir