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).
I'll follow up with a more thorough patchset fixing the poll stuff soon though.
// Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
