[FFmpeg-devel] [PATCH] pthread detection on mingw + static pthread
Ramiro Polla
ramiro
Thu Apr 24 06:20:00 CEST 2008
[...]
>> Index: configure
>> ===================================================================
>> --- configure (revision 12924)
>> +++ configure (working copy)
>> @@ -1593,6 +1593,11 @@
>> elif check_func pthread_create -pthreads; then
>> add_cflags -pthreads
>> add_extralibs -pthreads
>> + elif check_func pthread_create -lpthreadGC2; then
>> + add_extralibs -lpthreadGC2
>
> OK
Oh, and according to Diego's last list[0], you also have commit access
to the FFmpeg SVN repo.
Ramiro Polla
[0] http://article.gmane.org/gmane.comp.video.ffmpeg.devel/66781
More information about the ffmpeg-devel
mailing list