We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854e3af commit 1201ee7Copy full SHA for 1201ee7
core/src/VideoIOAsync.cpp
@@ -1,4 +1,4 @@
1
-#ifdef ENABLE_VIDEO
+#if defined(ENABLE_VIDEO) && !defined(DISABLE_PARALLEL)
2
3
#include <forward_list>
4
#include <thread>
0 commit comments