[vlc-devel] [PATCH] dbus: fix case where poll() is unavailable
Rémi Denis-Courmont
remi at remlab.net
Sun Jun 29 22:27:55 CEST 2014
Le dimanche 29 juin 2014, 10:44:04 Timothy Gu a écrit :
> On Sun, Jun 29, 2014 at 1:10 AM, Rémi Denis-Courmont <remi at remlab.net>
wrote:
> > Le samedi 28 juin 2014, 19:50:36 Timothy Gu a écrit :
> >> If poll() isn't available, vlc_fixups.h will take care of it.
> >
> > POSIX is not optional for the VLC DBus interface.
> >
> > poll() does not work well in this context on Windows either albeit for
> > other reasons.
>
> Then shouldn't DBus be disabled for mingw32 by default instead of
> auto-detect?
Several libraries more or less depend on sockets being file descriptors, not
just libdbus. I think the real question, is how and why in hell do you have
the pkg-config on Windows.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list