summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-21 00:06:40 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-21 00:06:40 +0000
commit83e2caa277f2bb9f8dea60c245fcf219a59c2dc4 (patch)
tree30dfff489c6b12d9077710a513899674137a6bb0 /DOCS
parent8238dfaadb87e44065375cc58b07cbeccf292cd1 (diff)
downloadmpv-83e2caa277f2bb9f8dea60c245fcf219a59c2dc4.tar.bz2
mpv-83e2caa277f2bb9f8dea60c245fcf219a59c2dc4.tar.xz
FreeBSD patch by Vladimir Kushnir <vkushnir@Alfacom.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1178 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/FREEBSD9
1 files changed, 5 insertions, 4 deletions
diff --git a/DOCS/FREEBSD b/DOCS/FREEBSD
index 480ddf938e..4619c566bd 100644
--- a/DOCS/FREEBSD
+++ b/DOCS/FREEBSD
@@ -4,12 +4,13 @@ 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. Configure script is different for FreeBSD; use configure.FreeBSD instead.
-
-3. To run mplayer you will need to re-compile the kernel with
+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).
-4. There's no VCD (well, it is not finished) or DVD support for FreeBSD yet.
+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)!