LibVNC / x11vnc

a VNC server for real X displays
GNU General Public License v2.0
725 stars 142 forks source link

Fix video4linux headers #161

Closed mcb30 closed 3 years ago

mcb30 commented 3 years ago

The linux/videodev.h header was removed in kernel 2.6.38. A drop-in replacement header is available from libv4l as libv4l1-videodev.h: use that if available.

Unlike the original linux/videodev.h header, the replacement libv4l1-videodev.h header does not automatically include linux/videodev2.h: include linux/videodev2.h explicitly as needed.