Re: v4l1 compat wrapper version 0.3
Hans de Goede <[email protected]> Sun, 08 Jun 2008 10:26:55 +0200
| Newsgroups | gmane.linux.drivers.spca50x.devel |
|---|---|
| Message-ID | <[email protected]> |
marc_und_ramona wrote: > Hi, > > opn debian etch i have the following issue. What am I doing wrong? Thx rgds Marc That is a bug in your linux/videodev2.h file as it uses macros from linux/ioctl.h, but doesn't include linuxioctl.h To workaround this add this line: #include <linux/ioctl.h> Above the #include <linux/videodev.h> In v4l1-compat.c Line, you may need todo the same in log.c I'll include this workaround in my next version. Regards, Hans ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php