]> git.sesse.net Git - vlc/commitdiff
this should be ifdeffed in a proper way
authorPavlov Konstantin <thresh@videolan.org>
Wed, 23 Aug 2006 23:40:13 +0000 (23:40 +0000)
committerPavlov Konstantin <thresh@videolan.org>
Wed, 23 Aug 2006 23:40:13 +0000 (23:40 +0000)
include/libvlc_internal.h

index ebcce893b358dd7ee13b9f33ad91bff2d23e3679..0f44635679df63452b6c1c95d04b6f3cea4a1148 100644 (file)
@@ -31,11 +31,9 @@ extern "C" {
 
 #include <vlc/vlc.h>
 
-#ifndef WIN32
-#ifndef __BEOS__
+#ifdef HAVE_X11_XLIB_H
 #include <X11/Xlib.h>
 #endif
-#endif
     
 struct libvlc_instance_t
 {