summaryrefslogtreecommitdiff
path: root/src/input/input_v4l.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/input_v4l.c')
-rw-r--r--src/input/input_v4l.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input/input_v4l.c b/src/input/input_v4l.c
index 9f6097867..ae5dcd310 100644
--- a/src/input/input_v4l.c
+++ b/src/input/input_v4l.c
@@ -47,7 +47,10 @@
#define GRAB_WIDTH 384
#define GRAB_HEIGHT 288
*/
+
+/*
#define LOG
+*/
#if !defined(NDELAY) && defined(O_NDELAY)
#define FNDELAY O_NDELAY