On Wed, Feb 21, 2007 at 02:04:09PM +0100, Hans Verkuil wrote:
> This is in videodev2.h. It was introduced in 2.6.18. But redhat/fedora is
> pretty bad about copying the latest videodev2.h to the /usr/include/linux
> directory.

Thanks, I'm slowly getting the pieces together. I still have headaches
with one issue (other than the glibc/xorg conflict in F7, but that's
something I'll have to report upstream and have it fixed there): On
RHEL5 PAGE_MASK is not defined:

ivtvhw.c: In function 'ivtvcalculateFbmem_len':
ivtvhw.c:527: error: 'PAGE_MASK' undeclared (first use in this function)
ivtvhw.c:527: error: (Each undeclared identifier is reported only once
ivtvhw.c:527: error: for each function it appears in.)

$ grep -r PAGE_MASK /usr/include/
/usr/include/asm-i386/page.h:#define PAGE_MASK   (~(PAGE_SIZE-1))
/usr/include/asm-i386/page.h:#define LARGE_PAGE_MASK (~(LARGE_PAGE_SIZE-1))
/usr/include/sys/user.h:#define PAGE_MASK                (~(PAGE_SIZE-1))

But asm/page.h includes asm-x86_64/page.h which is effectively
empty. Bug in RHEL5?
-- 
Axel.Thimm at ATrpms.net

Attachment: pgp4xmre8ul4B.pgp
Description: PGP signature

_______________________________________________
ivtv-devel mailing list
ivtv-devel@ivtvdriver.org
http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Reply via email to