blob: dd5250a5197afb8c9a2bb58cd14985266ebbce7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
*** /home/volodya/usr/ports/graphics/mplayer/work/MPlayer-0.18pre5/DOCS/FREEBSD Thu Jun 21 03:06:40 2001
--- DOCS/FREEBSD Thu Aug 16 03:54:08 2001
***************
*** 6,11 ****
--- 6,13 ----
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
|