summaryrefslogtreecommitdiffstats
path: root/src/barcode/barcode_v4l.h
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2016-09-18 20:25:16 +0200
committerSlávek Banko <[email protected]>2016-09-18 20:25:37 +0200
commit2304954b60ecf1f43078db5f3eccbb83cc6e1ab2 (patch)
tree22ffbd6a19b2de66a2ce1365096854c2f24fa355 /src/barcode/barcode_v4l.h
parent0a78c9adbf4ec3cf77bad3a803706a10cc07b432 (diff)
downloadtellico-2304954b60ecf1f43078db5f3eccbb83cc6e1ab2.tar.gz
tellico-2304954b60ecf1f43078db5f3eccbb83cc6e1ab2.zip
Use libv4l1-videodev.h when available
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 1ad8da5795c9b7e348aac6fc0a7c31e26584aa2b)
Diffstat (limited to 'src/barcode/barcode_v4l.h')
-rw-r--r--src/barcode/barcode_v4l.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/barcode/barcode_v4l.h b/src/barcode/barcode_v4l.h
index 3ab1a32..c6f60b2 100644
--- a/src/barcode/barcode_v4l.h
+++ b/src/barcode/barcode_v4l.h
@@ -30,8 +30,9 @@
#undef FOO__STRICT_ANSI__
#endif
-//#include <linux/videodev2.h>
-#include <linux/videodev.h>
+#include "config.h"
+
+#include VIDEODEV_HEADER
#include <tqstring.h>
#include <tqimage.h>