mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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.
This commit is contained in:
parent
7418890ef4
commit
45aa7f8f16
2 changed files with 8 additions and 0 deletions
|
@ -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):
|
||||
|
|
|
@ -40,7 +40,9 @@
|
|||
#endif
|
||||
#include "v4l2_calls.h"
|
||||
#include "gstv4l2tuner.h"
|
||||
#if 0
|
||||
#include "gstv4l2xoverlay.h"
|
||||
#endif
|
||||
#include "gstv4l2colorbalance.h"
|
||||
|
||||
#include "gstv4l2src.h"
|
||||
|
|
Loading…
Reference in a new issue