[FFmpeg-devel] [PATCH] Configure check for linux version when v4l demuxers are enabled

Måns Rullgård mans
Fri Nov 14 01:53:14 CET 2008


Stefano Sabatini <stefano.sabatini-lala at poste.it> writes:

> Hi, as in subject.
>
> Regards.
> -- 
> FFmpeg = Foolish and Faboulous Multipurpose Pitiless Exuberant Gangster
>
> Index: configure
> ===================================================================
> --- configure	(revision 15816)
> +++ configure	(working copy)
> @@ -1439,6 +1439,9 @@
>          ;;
>      linux)
>          enable dv1394
> +        enabled_any v4l_demuxer v4l2_demuxer && 
> +        { check_cpp_condition linux/version.h "LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,22)" ||
> +            die "ERROR: v4l and v4l2 demuxers require linux version >= 2.6.22."; }

Rejected.  We already check the headers.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-devel mailing list