Hi Hans,

On Thu, 12 Jul 2012 18:06:24 +0200 Hans Verkuil <hverk...@xs4all.nl> wrote:
>
> struct v4l2_ioctl_info uses an anonymous union, which is initialized
> in the v4l2_ioctls table.
> 
> Unfortunately gcc < 4.6 uses a non-standard syntax for that, so trying to
> compile v4l2-ioctl.c with an older gcc will fail.
> 
> It is possible to work around this by testing the gcc version, but in this
> case it is easier to make the union named since it is used in only a few
> places.
> 
> Randy, Stephen, this patch should solve the v4l2-ioctl.c compilation problem
> in linux-next. Since Mauro is still on holiday you'll have to apply it 
> manually.

I have added this as a merge fix for today.

-- 
Cheers,
Stephen Rothwell                    s...@canb.auug.org.au

Attachment: pgpSuVrtLAYNM.pgp
Description: PGP signature

Reply via email to