Merge pull request #990 from asmorkalov:pthread_build_fix

This commit is contained in:
Roman Donchenko 2013-06-14 11:48:05 +04:00 committed by OpenCV Buildbot
commit 130794d41c

View File

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