[vlc-devel] [PATCH 41/41] Enable vlc_poll() on OS/2
KO Myung-Hun
komh78 at gmail.com
Tue Oct 18 14:18:57 CEST 2011
Rémi Denis-Courmont wrote:
> 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.
>
I updated the patch.
Although fd_set is not laid out as your suggestion, it has no problem.
rdset, wrset and exset have enough memory.
And other codes are normal for 'select()'.
Finally, it works well with streaming medias.
--
KO Myung-Hun
Using Mozilla SeaMonkey 2.0.14
Under OS/2 Warp 4 for Korean with FixPak #15
On AMD ThunderBird 1GHz with 512 MB RAM
Korean OS/2 User Community : http://www.ecomstation.co.kr
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0013-Enable-vlc_poll-on-OS-2.patch
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20111018/aa383bcd/attachment.ksh>
More information about the vlc-devel
mailing list