Hi Adrian,
> Do I need to do anything special for a configure.ac patch -
> does Alexandre re-run autoconf on commit, or do I need to do that
> and include the patch to configure too?
I've seen patches both ways. Try it and see :)
__
Discover Ya
On Wed, 2005-06-08 at 07:34 -0700, Juan Lang wrote:
> Replying to you both..
>
> Adrian wrote:
> > The following patch fixes it for me, but I have little knowledge of
> > autoconf, so I'm not sure if I've done the right thing?
>
> That looks correct to me..
>
> Dustin wrote:
> > I don't think th
Replying to you both..
Adrian wrote:
> The following patch fixes it for me, but I have little knowledge of
> autoconf, so I'm not sure if I've done the right thing?
That looks correct to me..
Dustin wrote:
> I don't think that would be appropriate, as systems that have
> sys/time.h may not alway
I don't think that would be appropriate, as systems that have sys/time.h
may not always have sys/types.h .. I think probably
#ifdef HAVE_SYS_TYPES_H
#include
#endif
and of course you gotta have the lines to define HVE_SYS_TYPES_H
If you don't know autoconf very well, just look for where all o
I have been trying to test out the new webcam support with MSN, and have
been having some trouble getting it to work. I have traced my problems
back to an error in configure failing to compile the test for
videodev.h, and therefore thinking that I have no v4l support.
/usr/include/linux/videodev.