mirror of
https://github.com/Motion-Project/motion.git
synced 2026-04-29 02:13:52 -04:00
Fix workaround for missing videodev.h
This commit is contained in:
4
video.c
4
video.c
@@ -7,12 +7,12 @@
|
||||
* See also the file 'COPYING'.
|
||||
*
|
||||
*/
|
||||
#if (!defined(WITHOUT_V4L)) && (defined(HAVE_LINUX_VIDEODEV_H))
|
||||
|
||||
/* Common stuff: */
|
||||
#include "rotate.h" /* already includes motion.h */
|
||||
#include "video.h"
|
||||
|
||||
#if defined(HAVE_LINUX_VIDEODEV_H) && !defined(WITHOUT_V4L)
|
||||
|
||||
/**
|
||||
* v4l_picture_controls
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user