[vlc-devel] [PATCH 41/41] Enable vlc_poll() on OS/2

Rémi Denis-Courmont remi at remlab.net
Tue Oct 11 13:46:37 CEST 2011


On Tue, 11 Oct 2011 20:41:57 +0900, KO Myung-Hun <komh78 at gmail.com> wrote:
> How can I confirm this ? At least, I have no experience at all that VLC
> is not working as expected.

You need to check how fd_set is laid out, I guess.

If it's a bit field, it won't work.
If it's a count of entries followed by a table of values it should work.
If it's something else, it probably won't work.

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list