aboutsummaryrefslogtreecommitdiff
path: root/modules/image_io/pdp_v4l.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/image_io/pdp_v4l.c')
-rw-r--r--modules/image_io/pdp_v4l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/image_io/pdp_v4l.c b/modules/image_io/pdp_v4l.c
index d8d5e26..12d527c 100644
--- a/modules/image_io/pdp_v4l.c
+++ b/modules/image_io/pdp_v4l.c
@@ -38,7 +38,7 @@
#ifdef HAVE_LIBV4L1_VIDEODEV_H
# include <libv4l1-videodev.h>
-#elif defined HAVE_LINUX_VIDEODEV_H
+#elif 1 //defined HAVE_LINUX_VIDEODEV_H
# include <linux/videodev.h>
#else
# error cannot compile pdp_v4l without new kernel and without libv4l-dev