Commit 37b67fa5 authored by Alexander Smorkalov's avatar Alexander Smorkalov

Fix compiler error due to missing pthread header (Issue #2953)

parent 6faf00b8
......@@ -41,6 +41,9 @@
//M*/
#include "cap_ffmpeg_api.hpp"
#if !(defined(WIN32) || defined(_WIN32) || defined(WINCE))
# include <pthread.h>
#endif
#include <assert.h>
#include <algorithm>
#include <limits>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment