[vlc-devel] Re: libvlc_internal dep on X11?
Charles Duffy
cduffy at spamcop.net
Fri Aug 25 01:02:56 CEST 2006
Pavlov Konstantin wrote:
> #include <vlc/vlc.h>
>
> -#ifndef WIN32
> +#if (!(defined(WIN32) || defined(XP_MACOSX))) && defined(HAVE_X11_XLIB_H)
> #include <X11/Xlib.h>
> #endif
>
> do we really need that include in here? it is strange, imo.
I left it in so as to reduce the chance of inadvertently breaking
something (since I'm not testing my patch on X11-enabled platforms) --
but if 'yall don't see a reason for keeping it in, I certainly don't
know of one.
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list