diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-05-19 23:36:10 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-05-20 01:11:33 +0200 |
commit | 16a75eaa204a815a7f7810641819d42ee9296cac (patch) | |
tree | 8df0e69ad0cc88f6ab4d7e1a1bf2e8d980636434 /configure | |
parent | 8eec655320f5ea48fe63dbfb8611dfdec1cf0c83 (diff) | |
download | ffmpeg-16a75eaa204a815a7f7810641819d42ee9296cac.tar.gz |
lavd: add v4l2 outdev.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2079,6 +2079,7 @@ sndio_indev_deps="sndio_h" sndio_outdev_deps="sndio_h" v4l_indev_deps="linux_videodev_h" v4l2_indev_deps_any="linux_videodev2_h sys_videoio_h" +v4l2_outdev_deps_any="linux_videodev2_h sys_videoio_h" vfwcap_indev_deps="capCreateCaptureWindow vfwcap_defines" vfwcap_indev_extralibs="-lavicap32" x11grab_indev_deps="x11grab" |