Douglas:
I see on that
http://www.xs4all.nl/~hverkuil/logs/Thursday.log
that building linux-2.6.32 yields ERRORS
skip_spaces has only been included in string.h starting from linux-2.6.33.
Should I have a look on how to fix this, or do you want to do this ?
--
second request: can we do some small changes to avoid the compiler
warnings ?
include the line
rc=0;
at line 187 of linux/drivers/media/IR/ir-raw-event.c
and change
static void jpeg_set_qual(u8 *jpeg_hdr,
into
static __attribute__ (( unused )) void jpeg_set_qual(u8 *jpeg_hdr,
at line 152 of linux/drivers/media/video/gspca/jpeg.h
Yours,
Jan
Thomas Holzeisen wrote:
Hi Jan,
this looks great. At first the checkout did not build throwing me this
error:
/usr/src/rtl2831-r2/v4l/ir-sysfs.c: In function 'store_protocols':
/usr/src/rtl2831-r2/v4l/ir-sysfs.c:137: error: implicit declaration of
function 'skip_spaces'
/usr/src/rtl2831-r2/v4l/ir-sysfs.c:137: warning: assignment makes
pointer from integer without a cast
/usr/src/rtl2831-r2/v4l/ir-sysfs.c:178: warning: assignment makes
pointer from integer without a cast
i replaced the file by an older version from a previous checkout and
then it build perfectly. It also gets initialized without a flaw:
--
Jan Hoogenraad
Hoogenraad Interface Services
Postbus 2717
3500 GS Utrecht
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html