File pygame-v4l-2.6.38.patch of Package python-pygame
--- src/camera.h 2008-10-10 04:37:10.000000000 +0200 +++ src/camera.h 2011-07-07 13:00:43.880088827 +0200 @@ -39,7 +39,7 @@ #include <asm/types.h> /* for videodev2.h */ - #include <linux/videodev.h> + #include <libv4l1-videodev.h> #include <linux/videodev2.h> #endif