0001-Fix-compiler-error-due-to-missing-pthread-header.patch

Stefan Huber, 2013-04-11 02:39 pm

Download (655 Bytes)

 
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
-