diff options
author | Brad Smith <brad@comstyle.com> | 2014-10-20 00:09:55 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-12-02 12:57:20 +0100 |
commit | 89dbef73296645b849371fa916b5656442406801 (patch) | |
tree | 688644aa2ef6afd617b582885db0b43fe19f82ae | |
parent | 93df243a59e4c0152b50c4da97a6bbe13d1ee357 (diff) | |
download | ffmpeg-89dbef73296645b849371fa916b5656442406801.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>
(cherry picked from commit 04a4fb81b3d1a92f52b5404738da8971c018946f)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4944,6 +4944,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 |