Skip to content

Commit

Permalink
Fix workaround for missing videodev.h
Browse files Browse the repository at this point in the history
  • Loading branch information
sackmotion committed May 9, 2011
1 parent 015d497 commit 5bd495e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions video.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 5bd495e

Please sign in to comment.