[Kstars-devel] compile error in webcam
Jason Harris
kstars at 30doradus.org
Mon Apr 17 22:27:05 CEST 2006
Hi,
As a workaround, I just made the following change:
Index: videodev2.h
===================================================================
--- videodev2.h (revision 530804)
+++ videodev2.h (working copy)
@@ -484,7 +484,8 @@
* A N A L O G V I D E O S T A N D A R D
*/
-typedef __u64 v4l2_std_id;
+//typedef __u64 v4l2_std_id;
+typedef unsigned long long v4l2_std_id;
/* one bit for each */
#define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001)
But, I guess that is probably not portable to all architectures...
regards,
Jason
More information about the Kstars-devel
mailing list