On Sun, 24 Jun 2012, Martin Storsjö wrote:

On Wed, 20 Jun 2012, Mans Rullgard wrote:

Windows Vista and later have a WSAPoll() function equivalent to the
standard poll().  Use this instead of emulating it with select()
when possible.
---
This is completely untested.  Help with that would be appreciated.

This is missing a !HAVE_WSAPOLL around the fallback implementation in os_support.c. But even when I added that, it didn't work (haven't figured out why yet, might be something unrelated though).

It turned out to be an unrelated issue - with that change, this patch would work as intended. But as said, I'm preparing a larger patchset that should have the same effect as this, and some more.

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to