diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2008-06-26 16:36:47 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2008-06-26 16:36:47 +0000 |
commit | 45aa7f8f16c8ccb8877b06567be8b12bf9c69a8d (patch) | |
tree | 561110553d77ac82d4b589da42aed49b5026c6e7 /sys | |
parent | 7418890ef4c870dbace591d2b472b829b460402b (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')
-rw-r--r-- | sys/v4l2/v4l2_calls.c | 2 |
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" |