[FFmpeg-cvslog] r12933 - trunk/configure
ramiro
subversion
Thu Apr 24 04:03:07 CEST 2008
Author: ramiro
Date: Thu Apr 24 04:03:07 2008
New Revision: 12933
Log:
Support shared pthreads-win32.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Apr 24 04:03:07 2008
@@ -1593,6 +1593,8 @@ if enabled pthreads; then
elif check_func pthread_create -pthreads; then
add_cflags -pthreads
add_extralibs -pthreads
+ elif check_func pthread_create -lpthreadGC2; then
+ add_extralibs -lpthreadGC2
elif ! check_lib pthread.h pthread_create -lpthread; then
die "ERROR: can't find pthreads library"
fi
More information about the ffmpeg-cvslog
mailing list