From 8bbd63ccb93ca2d51ea01ffe8f20d386d16bd88e Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 1 Jul 2012 17:29:24 +0200 Subject: [PATCH] (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 --- console/griffin/griffin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/griffin/griffin.c b/console/griffin/griffin.c index a8f82348b9..61ca9cec60 100644 --- a/console/griffin/griffin.c +++ b/console/griffin/griffin.c @@ -214,7 +214,7 @@ RETROARCH /*============================================================ THREAD ============================================================ */ -#ifndef GEKKO +#ifdef HAVE_THREAD #include "../../thread.c" #endif