Commit 2e2e1355 authored by Alexander Smorkalov's avatar Alexander Smorkalov

Video IO perf tests guarded.

parent bf575ba7
...@@ -8,7 +8,6 @@ using namespace perf; ...@@ -8,7 +8,6 @@ using namespace perf;
using std::tr1::make_tuple; using std::tr1::make_tuple;
using std::tr1::get; using std::tr1::get;
typedef perf::TestBaseWithParam<String> VideoCapture_Reading; typedef perf::TestBaseWithParam<String> VideoCapture_Reading;
PERF_TEST_P(VideoCapture_Reading, ReadFile, testing::Values( "highgui/video/big_buck_bunny.avi", PERF_TEST_P(VideoCapture_Reading, ReadFile, testing::Values( "highgui/video/big_buck_bunny.avi",
...@@ -27,4 +26,4 @@ PERF_TEST_P(VideoCapture_Reading, ReadFile, testing::Values( "highgui/video/big_ ...@@ -27,4 +26,4 @@ PERF_TEST_P(VideoCapture_Reading, ReadFile, testing::Values( "highgui/video/big_
SANITY_CHECK(dummy); SANITY_CHECK(dummy);
} }
#endif // BUILD_WITH_VIDEO_INPUT_SUPPORT #endif // BUILD_WITH_VIDEO_INPUT_SUPPORT
\ No newline at end of file
...@@ -31,4 +31,5 @@ PERF_TEST_P(VideoWriter_Writing, WriteFrame, ...@@ -31,4 +31,5 @@ PERF_TEST_P(VideoWriter_Writing, WriteFrame,
SANITY_CHECK(dummy); SANITY_CHECK(dummy);
} }
#endif // BUILD_WITH_VIDEO_OUTPUT_SUPPORT #endif // BUILD_WITH_VIDEO_OUTPUT_SUPPORT
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment