sys/v4l2/v4l2_calls.c: Don't include unused gstv4l2xoverlay.h. Fixes build in case...
authorTim-Philipp Müller <tim@centricular.net>
Thu, 26 Jun 2008 16:36:47 +0000 (16:36 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 26 Jun 2008 16:36:47 +0000 (16:36 +0000)
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.

ChangeLog
sys/v4l2/v4l2_calls.c

index 3a35f9d..5acdbe9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
+
+       * sys/v4l2/v4l2_calls.c::
+         Don't include unused gstv4l2xoverlay.h. Fixes build
+         in case where X11 headers are not installed.
+
 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
 
        * ext/dv/gstdv.c: (plugin_init):
index 891428b..f7cc2bd 100644 (file)
@@ -40,7 +40,9 @@
 #endif
 #include "v4l2_calls.h"
 #include "gstv4l2tuner.h"
+#if 0
 #include "gstv4l2xoverlay.h"
+#endif
 #include "gstv4l2colorbalance.h"
 
 #include "gstv4l2src.h"