On 09/02/2012 05:58 PM, Måns Rullgård wrote:
> Luca Barbato <lu_z...@gentoo.org> writes:
> 
>> On systems supported have the default lock manager enabled by default.
>> ---
>>
>> Probably would be useful to have a default set for supported platforms.
>>
>>  libavcodec/pthread.c |   26 ++++++++++++++++++++++++++
>>  libavcodec/thread.h  |    6 ++++++
>>  libavcodec/utils.c   |    9 +++++++--
>>  3 files changed, 39 insertions(+), 2 deletions(-)
>>
>> diff --git a/libavcodec/pthread.c b/libavcodec/pthread.c
>> index e0489ac..713bd02 100644
>> --- a/libavcodec/pthread.c
>> +++ b/libavcodec/pthread.c
>> @@ -60,6 +60,32 @@
>>  #include "w32pthreads.h"
>>  #endif
>>  
>> +int ff_pthread_lockmgr_cp(void **mutex, enum AVLockOp op)
> 
> cp?
> 
would be cb...
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to