Commit 3ee52694 authored by ramiro's avatar ramiro

Support shared pthreads-win32.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12933 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0b4b1e00
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment