mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
Video IO perf tests guarded.
This commit is contained in:
parent
bf575ba7fb
commit
2e2e1355ac
@ -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",
|
||||
@ -27,4 +26,4 @@ PERF_TEST_P(VideoCapture_Reading, ReadFile, testing::Values( "highgui/video/big_
|
||||
SANITY_CHECK(dummy);
|
||||
}
|
||||
|
||||
#endif // BUILD_WITH_VIDEO_INPUT_SUPPORT
|
||||
#endif // BUILD_WITH_VIDEO_INPUT_SUPPORT
|
||||
|
@ -31,4 +31,5 @@ PERF_TEST_P(VideoWriter_Writing, WriteFrame,
|
||||
SANITY_CHECK(dummy);
|
||||
}
|
||||
|
||||
#endif // BUILD_WITH_VIDEO_OUTPUT_SUPPORT
|
||||
#endif // BUILD_WITH_VIDEO_OUTPUT_SUPPORT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user