2012-06-08 16:54:17 +02:00
|
|
|
#ifdef __GNUC__
|
|
|
|
# pragma GCC diagnostic ignored "-Wmissing-declarations"
|
|
|
|
#endif
|
|
|
|
|
2012-04-13 23:50:59 +02:00
|
|
|
#ifndef __OPENCV_VIDEO_PRECOMP_HPP__
|
|
|
|
#define __OPENCV_VIDEO_PRECOMP_HPP__
|
|
|
|
|
|
|
|
#include <opencv2/imgproc/imgproc.hpp>
|
|
|
|
#include <opencv2/video/video.hpp>
|
|
|
|
#include <opencv2/highgui/highgui.hpp>
|
|
|
|
#include "opencv2/ts/ts.hpp"
|
|
|
|
|
2012-06-07 19:21:29 +02:00
|
|
|
#ifdef GTEST_CREATE_SHARED_LIBRARY
|
2012-04-13 23:50:59 +02:00
|
|
|
#error no modules except ts should have GTEST_CREATE_SHARED_LIBRARY defined
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|