Commit 051cea05 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Caca: fix compilation for win32

parent bf511ca4
...@@ -88,7 +88,7 @@ static int Open(vlc_object_t *object) ...@@ -88,7 +88,7 @@ static int Open(vlc_object_t *object)
vout_display_t *vd = (vout_display_t *)object; vout_display_t *vd = (vout_display_t *)object;
vout_display_sys_t *sys; vout_display_sys_t *sys;
#if !defined(__APPLE__) #if !defined(__APPLE__) && !defined(WIN32)
# ifndef X_DISPLAY_MISSING # ifndef X_DISPLAY_MISSING
if (!vlc_xlib_init(object)) if (!vlc_xlib_init(object))
return VLC_EGENERIC; return VLC_EGENERIC;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment