Skip to content
Snippets Groups Projects
Commit 8d94f606 authored by Gianluigi Tiesi's avatar Gianluigi Tiesi Committed by Ramiro Polla
Browse files

Support shared pthreads-win32.

Patch by Gianluigi Tiesi <mplayer at netfarm.it>

Originally committed as revision 12933 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5fd63f3c
No related branches found
No related tags found
No related merge requests found
...@@ -1593,6 +1593,8 @@ if enabled pthreads; then ...@@ -1593,6 +1593,8 @@ if enabled pthreads; then
elif check_func pthread_create -pthreads; then elif check_func pthread_create -pthreads; then
add_cflags -pthreads add_cflags -pthreads
add_extralibs -pthreads add_extralibs -pthreads
elif check_func pthread_create -lpthreadGC2; then
add_extralibs -lpthreadGC2
elif ! check_lib pthread.h pthread_create -lpthread; then elif ! check_lib pthread.h pthread_create -lpthread; then
die "ERROR: can't find pthreads library" die "ERROR: can't find pthreads library"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment