mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
Support shared pthreads-win32.
Patch by Gianluigi Tiesi <mplayer at netfarm.it> Originally committed as revision 12933 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5fd63f3c3b
commit
8d94f6065b
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user