Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: Kernel oops with ttusb_dec



Am Montag, 19. Januar 2004 21:39 schrieb Olaf Titz:
> > Sod's law, really. After digging around in various kernels, it seems
> > that the crc32 function that the ttusb_dec uses first appears in
> > kernel 2.4.22.

> Do a compile time test on the availability of that function? I'm doing
> that in the latest development of CIPE (which could perhaps have
> avoided the error in the first place :-)
>
> If the checking is really optional, wrapping it in
>
> #if defined(CONFIG_CRC32) || defined(CONFIG_CRC32_MODULE)
> ...
> #else
> #warning "CRC checking not available"
> #endif

Excuse me, I am not a programmer, where should I drop these lines? At line 
1235 or at the top?

I will make test to see if it works.

Regards

Rafael

-- 

www.pinguin-and-knights.org
2003 by Lontro

Attachment: pgp00012.pgp
Description: signature


Home | Main Index | Thread Index