On Wed, Mar 29, 2017 at 11:55:43PM +0300, Edgar Kaziahmedov wrote:
[...]
> +     /* since Linux 4.4 */
> +#if HAVE_DECL_V4L2_BUF_TYPE_SDR_OUTPUT
> +     case V4L2_BUF_TYPE_SDR_OUTPUT:
> +#endif
> +     /* since Linux 3.15 */
>  #if HAVE_DECL_V4L2_BUF_TYPE_SDR_CAPTURE
>       case V4L2_BUF_TYPE_SDR_CAPTURE:
> -     case V4L2_BUF_TYPE_SDR_OUTPUT:

Note that HAVE_DECL_V4L2_BUF_TYPE_SDR_OUTPUT and
HAVE_DECL_V4L2_BUF_TYPE_SDR_CAPTURE are magically defined only if
V4L2_BUF_TYPE_SDR_CAPTURE and V4L2_BUF_TYPE_SDR_OUTPUT are listed
in the appropriate AC_CHECK_DECLS section of configure.ac file.


-- 
ldv

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to