mirror of https://github.com/mpv-player/mpv
fix HAVE_PTHREADS being undefined on windows
This commit is contained in:
parent
00de1320b0
commit
3a831b2c01
|
@ -1285,6 +1285,7 @@ echores "$_dl"
|
||||||
|
|
||||||
|
|
||||||
echocheck "pthread"
|
echocheck "pthread"
|
||||||
|
def_pthreads='#define HAVE_PTHREADS 0'
|
||||||
if linux ; then
|
if linux ; then
|
||||||
THREAD_CFLAGS=-D_REENTRANT
|
THREAD_CFLAGS=-D_REENTRANT
|
||||||
elif freebsd || netbsd || openbsd ; then
|
elif freebsd || netbsd || openbsd ; then
|
||||||
|
|
Loading…
Reference in New Issue