[dvblast-devel] [PATCH] Use DVB API versions in #if conditionals
Christophe Massiot
massiot at via.ecp.fr
Thu Nov 5 17:50:08 CET 2009
On Thu, Nov 05, 2009, Marian Ďurkovič wrote:
> --- dvb.c (revision 55)
> +++ dvb.c (working copy)
> @@ -741,7 +739,7 @@
> i_frequency, i_srate );
> break;
>
> -#ifdef FE_ATSC
> +#if DVB_API_VERSION_MINOR >= 1
Are you sure about that one ? It seems wrong to me to test against the
minor but not the major.
--
Christophe Massiot.
More information about the dvblast-devel
mailing list