Skip to content

Commit 1201ee7

Browse files
committed
Bug fixes
1 parent 854e3af commit 1201ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/VideoIOAsync.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#ifdef ENABLE_VIDEO
1+
#if defined(ENABLE_VIDEO) && !defined(DISABLE_PARALLEL)
22

33
#include <forward_list>
44
#include <thread>

0 commit comments

Comments
 (0)