Enable threaded_data_runloop_enable by default when HAVE_THREADS
is enabled - should be stable enough now
This commit is contained in:
parent
6f71237196
commit
2157051d48
|
@ -419,8 +419,7 @@ static unsigned swap_interval = 1;
|
||||||
static const bool video_threaded = false;
|
static const bool video_threaded = false;
|
||||||
|
|
||||||
#ifdef HAVE_THREADS
|
#ifdef HAVE_THREADS
|
||||||
/* unstable for now when used in conjunction with threaded video */
|
static const bool threaded_data_runloop_enable = true;
|
||||||
static const bool threaded_data_runloop_enable = false;
|
|
||||||
#else
|
#else
|
||||||
static const bool threaded_data_runloop_enable = false;
|
static const bool threaded_data_runloop_enable = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue