Klaus Schmidinger wrote:
Add the line

#define uint64 uint64_t

to VDR/tools.h.

I'll add this in the next maintenance patch, too.
In the long run all plugins should change this to uint64_t, though.

better, re-add it as typedef as it was before. Attached.

Cheers,

Udo


--- tools.h.orig        2006-12-03 15:42:47.000000000 +0100
+++ tools.h     2006-12-03 15:42:49.756970280 +0100
@@ -23,6 +23,7 @@
 #include <sys/types.h>
 
 typedef unsigned char uchar;
+typedef uint64_t uint64;
 
 extern int SysLogLevel;
 
_______________________________________________
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Reply via email to