Jason Garrett-Glaser <[email protected]> writes:

> On Wed, Jun 20, 2012 at 10:37 PM, Hendrik Leppkes <[email protected]> wrote:
>>
>>
>> On Wed, Jun 20, 2012 at 11:28 PM, Mans Rullgard <[email protected]> wrote:
>>>
>>> Windows Vista and later have a WSAPoll() function equivalent to the
>>> standard poll().
>>
>>
>> With this change, binaries built on Vista and later will only run on Vista
>> and later, which seriously impedes redistribution of Windows binaries
>>
>> - Hendrik
>
> Would it be possible to use a function pointer to select the correct
> one on runtime, much like w32threads switches between >=Vista
> condition variables and pre-Vista emulation?
>
> This would have the added bonus of giving this performance improvement
> even to builds not specifically targeted for >= Vista.

I don't think performance of poll() matters anywhere in our code.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to