diff options
author | nox <nox@FreeBSD.org> | 2011-05-08 23:04:17 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2011-05-08 23:04:17 +0800 |
commit | e93f9aae23cce678aa10ca5c20b7ea4036a2f601 (patch) | |
tree | 872b1c16fadee217dfbabe393436fc80c687f93d /multimedia/Makefile | |
parent | 7693c6d9b3a225ebcec0297c5a93c951020450f8 (diff) | |
download | freebsd-ports-gnome-e93f9aae23cce678aa10ca5c20b7ea4036a2f601.tar.gz freebsd-ports-gnome-e93f9aae23cce678aa10ca5c20b7ea4036a2f601.tar.zst freebsd-ports-gnome-e93f9aae23cce678aa10ca5c20b7ea4036a2f601.zip |
This kld adds V4L2 ioctl handling to the Linux compatibility layer
so that Linux apps like Skype or Flash can talk to V4L2 devices
(like webcams) via /dev/videoX. The patches this kld is based on
have been committed to FreeBSD 9.0-current now (r221426) so this
port is only needed on eaerlier versions.
Note this port does not contain actual V4L2 drivers, those are
provided by e.g. the multimedia/webcamd port.
WWW: http://people.freebsd.org/~nox/dvb/
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 92596df70139..aea387cd30ab 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -181,6 +181,7 @@ SUBDIR += linux-tsmuxer SUBDIR += linux-xmovie SUBDIR += linux_dvbwrapper-kmod + SUBDIR += linux_v4l2wrapper-kmod SUBDIR += lives SUBDIR += lsdvd SUBDIR += lxdvdrip |