From 2157051d48d873673c32e23cd40329eb036c7893 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 14 Jun 2015 20:10:23 +0200 Subject: [PATCH] Enable threaded_data_runloop_enable by default when HAVE_THREADS is enabled - should be stable enough now --- config.def.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index d859ae5f3f..fd6415d74f 100644 --- a/config.def.h +++ b/config.def.h @@ -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