[FFmpeg-cvslog] v4l2: Make use of the VIDIOC_ENUM_FRAMESIZES ioctl on OpenBSD

Brad Smith git at videolan.org
Tue Dec 2 13:03:38 CET 2014


ffmpeg | branch: release/2.4 | Brad Smith <brad at comstyle.com> | Mon Oct 20 00:09:55 2014 -0400| [89dbef73296645b849371fa916b5656442406801] | committer: Michael Niedermayer

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 at gmx.at>
(cherry picked from commit 04a4fb81b3d1a92f52b5404738da8971c018946f)

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=89dbef73296645b849371fa916b5656442406801
---

 configure |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 83983cc..c93876a 100755
--- a/configure
+++ b/configure
@@ -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



More information about the ffmpeg-cvslog mailing list