(RARCH_CONSOLE) Only compile in thread.c if HAVE_THREAD is
defined - shouldn't need it for consoles - only used for FFMPEG recording and autosaves
This commit is contained in:
parent
3aeb74c920
commit
8bbd63ccb9
|
@ -214,7 +214,7 @@ RETROARCH
|
|||
/*============================================================
|
||||
THREAD
|
||||
============================================================ */
|
||||
#ifndef GEKKO
|
||||
#ifdef HAVE_THREAD
|
||||
#include "../../thread.c"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue