0001-Fix-compiler-error-due-to-missing-pthread-header.patch
b/modules/highgui/src/cap_ffmpeg.cpp | ||
---|---|---|
39 | 39 |
// |
40 | 40 |
//M*/ |
41 | 41 | |
42 |
#include <pthread.h> |
|
43 | ||
42 | 44 |
#include "precomp.hpp" |
43 | 45 | |
44 | 46 |
#if defined HAVE_FFMPEG && !defined WIN32 |
45 |
- |