1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-02 13:02:24 +00:00
mpv/DOCS/FREEBSD
atmos4 89d4d474c9 Added SSE note by Bohdan Horst.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1534 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-15 17:56:55 +00:00

22 lines
623 B
Plaintext

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.
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