summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2006-10-16 22:09:32 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2006-10-16 22:09:32 +0000
commiteebe97a3fe85f26ec95ad237a327ed02a2a2bfb2 (patch)
tree6389b988ae54e7d7ad1606842d860cc287b3b4c3 /doc
parent7fc7640140629acc747df852e8e6a3de7aa153ab (diff)
downloadxine-lib-eebe97a3fe85f26ec95ad237a327ed02a2a2bfb2.tar.gz
xine-lib-eebe97a3fe85f26ec95ad237a327ed02a2a2bfb2.tar.bz2
Compile v4l on FreeBSD with v4l_compat package.
CVS patchset: 8343 CVS date: 2006/10/16 22:09:32
Diffstat (limited to 'doc')
-rw-r--r--doc/README.freebsd8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/README.freebsd b/doc/README.freebsd
index fa2746231..7ef1918b4 100644
--- a/doc/README.freebsd
+++ b/doc/README.freebsd
@@ -101,10 +101,16 @@ the file you have to patch is /sys/dev/ata/atapi-cd.c:
else
ccb[0] = ATAPI_WRITE_BIG;
+
+v4l on freebsd
+--------------
+
+For building v4l plugins you will need install v4l_compat package.
+
------------------------------------------------------------------------
---
version of this file:
- $Id: README.freebsd,v 1.6 2003/01/05 13:11:53 guenter Exp $
+ $Id: README.freebsd,v 1.7 2006/10/16 22:09:32 valtri Exp $