Video IO perf tests guarded.

This commit is contained in:
Alexander Smorkalov 2013-01-28 13:14:47 +04:00
parent bf575ba7fb
commit 2e2e1355ac
2 changed files with 3 additions and 3 deletions
modules/highgui/perf

@ -8,7 +8,6 @@ using namespace perf;
using std::tr1::make_tuple;
using std::tr1::get;
typedef perf::TestBaseWithParam<String> VideoCapture_Reading;
PERF_TEST_P(VideoCapture_Reading, ReadFile, testing::Values( "highgui/video/big_buck_bunny.avi",

@ -32,3 +32,4 @@ PERF_TEST_P(VideoWriter_Writing, WriteFrame,
}
#endif // BUILD_WITH_VIDEO_OUTPUT_SUPPORT