diff options
author | Brad Smith <brad@comstyle.com> | 2014-10-20 00:09:55 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-10-20 14:56:58 +0200 |
commit | 04a4fb81b3d1a92f52b5404738da8971c018946f (patch) | |
tree | 34cb030a91ae39cce7624df32eaa988bad93c65b | |
parent | ff68ceb1b55b7801afd25186ca16e606bfd2442a (diff) | |
download | ffmpeg-04a4fb81b3d1a92f52b5404738da8971c018946f.tar.gz |
v4l2: Make use of the VIDIOC_ENUM_FRAMESIZES ioctl on OpenBSD
Make use of the V4L2 VIDIOC_ENUM_FRAMESIZES ioctl on OpenBSD.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4967,6 +4967,7 @@ check_header linux/videodev2.h check_code cc linux/videodev2.h "struct v4l2_frmsizeenum vfse; vfse.discrete.width = 0;" && enable_safe struct_v4l2_frmivalenum_discrete check_header sys/videoio.h +check_code cc sys/videoio.h "struct v4l2_frmsizeenum vfse; vfse.discrete.width = 0;" && enable_safe struct_v4l2_frmivalenum_discrete check_func_headers "windows.h vfw.h" capCreateCaptureWindow "$vfwcap_indev_extralibs" # check that WM_CAP_DRIVER_CONNECT is defined to the proper value |