Support compiling without pthreads
authorPaul Cercueil <paul@crapouillou.net>
Sat, 11 Feb 2023 14:22:21 +0000 (14:22 +0000)
committernotaz <notasas@gmail.com>
Thu, 3 Aug 2023 17:50:59 +0000 (20:50 +0300)
Add NO_PTHREAD option in the Makefile, which can be used on platforms
that don't support pthreads.

Since dfsound/spu.c disables threading support on Win32 and platform
defining NO_OS (Switch, 3DS, PSP Vita), mark them as not having
pthreads.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>

No differences found