Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: kvdr 0.6 released
> > typedef unsigned long long __u64;
> > #include <videodev.h>
>
> Cool. Maybe I misunderstood your last mail. It works !!! There are 3
> zillions of compilerwarnings but it compiles and it works fine :))))
It would be even better to do:
#ifndef __u64
typedef unsigned long long __u64;
#endif
that avoids the "redeclaration error" in case the missing define
is reappearing in future...
--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.
Home |
Main Index |
Thread Index