Enable threaded_data_runloop_enable by default when HAVE_THREADS

is enabled - should be stable enough now
This commit is contained in:
twinaphex 2015-06-14 20:10:23 +02:00
parent 6f71237196
commit 2157051d48

View File

@ -419,8 +419,7 @@ static unsigned swap_interval = 1;
static const bool video_threaded = false;
#ifdef HAVE_THREADS
/* unstable for now when used in conjunction with threaded video */
static const bool threaded_data_runloop_enable = false;
static const bool threaded_data_runloop_enable = true;
#else
static const bool threaded_data_runloop_enable = false;
#endif