summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/v4l2_calls.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-06-26 16:36:47 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-06-26 16:36:47 +0000
commit45aa7f8f16c8ccb8877b06567be8b12bf9c69a8d (patch)
tree561110553d77ac82d4b589da42aed49b5026c6e7 /sys/v4l2/v4l2_calls.c
parent7418890ef4c870dbace591d2b472b829b460402b (diff)
sys/v4l2/v4l2_calls.c: Don't include unused gstv4l2xoverlay.h. Fixes build in case where X11 headers are not installed.
Original commit message from CVS: * sys/v4l2/v4l2_calls.c:: Don't include unused gstv4l2xoverlay.h. Fixes build in case where X11 headers are not installed.
Diffstat (limited to 'sys/v4l2/v4l2_calls.c')
-rw-r--r--sys/v4l2/v4l2_calls.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/v4l2/v4l2_calls.c b/sys/v4l2/v4l2_calls.c
index 891428bd..f7cc2bd3 100644
--- a/sys/v4l2/v4l2_calls.c
+++ b/sys/v4l2/v4l2_calls.c
@@ -40,7 +40,9 @@
#endif
#include "v4l2_calls.h"
#include "gstv4l2tuner.h"
+#if 0
#include "gstv4l2xoverlay.h"
+#endif
#include "gstv4l2colorbalance.h"
#include "gstv4l2src.h"