(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:
Twinaphex 2012-07-01 17:29:24 +02:00
parent 3aeb74c920
commit 8bbd63ccb9

View File

@ -214,7 +214,7 @@ RETROARCH
/*============================================================
THREAD
============================================================ */
#ifndef GEKKO
#ifdef HAVE_THREAD
#include "../../thread.c"
#endif