[vlc-devel] [PATCH 4/5] vlccore: implement timeout-free poll()
KO Myung-Hun
komh78 at gmail.com
Sat Mar 2 19:06:33 CET 2013
Rémi Denis-Courmont wrote:
> Le samedi 2 mars 2013 19:33:27, KO Myung-Hun a écrit :
>> Rémi Denis-Courmont wrote:
>>> Le samedi 2 mars 2013 17:11:09, KO Myung-Hun a écrit :
>>>> ---
>>>>
>>>> include/vlc_threads.h | 112
>>>>
>>>> +++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 103
>>>> insertions(+), 9 deletions(-)
>>>>
>>>> diff --git a/include/vlc_threads.h b/include/vlc_threads.h
>>>> index 12b56fd..475eaec 100644
>>>> --- a/include/vlc_threads.h
>>>> +++ b/include/vlc_threads.h
>>>> @@ -385,23 +385,117 @@ struct vlc_cleanup_t
>>>>
>>>> #endif /* !LIBVLC_USE_PTHREAD_CLEANUO */
>>>>
>>>> #ifndef LIBVLC_USE_PTHREAD_CANCEL
>>>>
>>>> +# include <unistd.h>
>>>> +# include <sys/socket.h>
>>>
>>> Not that I care personally, but does this not break Windows?
>>
>> I'm not sure.
>>
>>>> +
>>>> +# ifndef INT64_C
>>>> +# define INT64_C(c) (c ## LL)
>>>> +# endif
>>>
>>> int64_t is not necessarily long long.
>>
>> Otherwise, what it can be ?
>
> It can be long too.
>
--
KO Myung-Hun
Using Mozilla SeaMonkey 2.7.2
Under OS/2 Warp 4 for Korean with FixPak #15
In VirtualBox v4.1.22 on Intel Core i7-3615QM 2.30GHz with 8GB RAM
Korean OS/2 User Community : http://www.ecomstation.co.kr
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-vlccore-implement-timeout-free-poll.patch
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20130303/46fa5d13/attachment.ksh>
More information about the vlc-devel
mailing list