From 8d94f6065b4f7d1d49a03f940e165e47593cb844 Mon Sep 17 00:00:00 2001 From: Gianluigi Tiesi Date: Thu, 24 Apr 2008 02:03:07 +0000 Subject: Support shared pthreads-win32. Patch by Gianluigi Tiesi Originally committed as revision 12933 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index ba816f5ccb..840d05470b 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3