diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-05-20 15:43:31 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-05-22 19:49:29 +0200 |
commit | 165bc9caa2424b7d61889892744de6ba59f73d3f (patch) | |
tree | a046d4d888d9b3af18ee06202e257ab4cc06f174 /doc/indevs.texi | |
parent | 12f51c1f9e9aef19cd2552769db8693e8b5d4e4d (diff) | |
download | ffmpeg-165bc9caa2424b7d61889892744de6ba59f73d3f.tar.gz |
v4l2: make possible to disable libv4l2 at runtime.
Also disable it by default since it looks currently buggy. The
usefulness of such library is mostly limited to backward compatibility
with very old devices.
Diffstat (limited to 'doc/indevs.texi')
-rw-r--r-- | doc/indevs.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 5e8d215f6b..5cc03f9e49 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -590,8 +590,8 @@ Video4Linux2 input video device. "v4l2" can be used as alias for "video4linux2". If FFmpeg is built with v4l-utils support (by using the -@code{--enable-libv4l2} configure option), the device will always rely -on libv4l2. +@code{--enable-libv4l2} configure option), it is possible to use it with the +@code{-use_libv4l2} input device option. The name of the device to grab is a file device node, usually Linux systems tend to automatically create such nodes when the device |