[FFmpeg-devel] [PATCH] v4l2: Make use of the VIDIOC_ENUM_FRAMESIZES ioctl on OpenBSD
Michael Niedermayer
michaelni at gmx.at
Mon Oct 20 16:36:54 CEST 2014
On Mon, Oct 20, 2014 at 12:09:55AM -0400, Brad Smith wrote:
> Make use of the V4L2 VIDIOC_ENUM_FRAMESIZES ioctl on OpenBSD.
>
>
> diff --git a/configure b/configure
> index 5b16af9..790a5eb 100755
> --- a/configure
> +++ b/configure
> @@ -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
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Those who are too smart to engage in politics are punished by being
governed by those who are dumber. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20141020/8be68840/attachment.asc>
More information about the ffmpeg-devel
mailing list