(Softfilter) buildfix for targets that don't have HAVE_THREADS

defined
This commit is contained in:
twinaphex 2014-09-02 00:49:28 +02:00
parent 99d9908cda
commit cc74d41952

View File

@ -23,9 +23,6 @@
#include "../performance.h"
#include <stdlib.h>
#ifdef HAVE_THREADS
#include "../thread.h"
struct rarch_soft_plug
{
#ifdef HAVE_DYLIB
@ -34,6 +31,9 @@ struct rarch_soft_plug
const struct softfilter_implementation *impl;
};
#ifdef HAVE_THREADS
#include "../thread.h"
struct filter_thread_data
{
sthread_t *thread;