Merge pull request #990 from asmorkalov:pthread_build_fix

pull/983/merge
Roman Donchenko 12 years ago committed by OpenCV Buildbot
commit 130794d41c
  1. 3
      modules/highgui/src/cap_ffmpeg_impl.hpp

@ -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>

Loading…
Cancel
Save