summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-05-19 23:36:10 +0200
committerClément Bœsch <ubitux@gmail.com>2013-05-20 01:11:33 +0200
commit16a75eaa204a815a7f7810641819d42ee9296cac (patch)
tree8df0e69ad0cc88f6ab4d7e1a1bf2e8d980636434 /configure
parent8eec655320f5ea48fe63dbfb8611dfdec1cf0c83 (diff)
downloadffmpeg-16a75eaa204a815a7f7810641819d42ee9296cac.tar.gz
lavd: add v4l2 outdev.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index c97d98c11d..929075dbb7 100755
--- a/configure
+++ b/configure
@@ -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"