diff options
author | Juergen Lock <nox@FreeBSD.org> | 2011-05-08 15:04:17 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2011-05-08 15:04:17 +0000 |
commit | b562f2a6f625b352db0f4d04dc2e716671d3da7b (patch) | |
tree | 056bad9629510c837b4f101f8279d241d7923542 /multimedia/linux_v4l2wrapper-kmod/pkg-descr | |
parent | ac787cb21a8893602f190c3ebbad89a052212068 (diff) | |
download | ports-b562f2a6f625b352db0f4d04dc2e716671d3da7b.tar.gz ports-b562f2a6f625b352db0f4d04dc2e716671d3da7b.zip |
Notes
Diffstat (limited to 'multimedia/linux_v4l2wrapper-kmod/pkg-descr')
-rw-r--r-- | multimedia/linux_v4l2wrapper-kmod/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/linux_v4l2wrapper-kmod/pkg-descr b/multimedia/linux_v4l2wrapper-kmod/pkg-descr new file mode 100644 index 000000000000..5a42923f0150 --- /dev/null +++ b/multimedia/linux_v4l2wrapper-kmod/pkg-descr @@ -0,0 +1,10 @@ +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/ |