From: Alexander Smorkalov Date: Mon, 28 Jan 2013 09:14:47 +0000 (+0400) Subject: Video IO perf tests guarded. X-Git-Tag: accepted/2.0/20130307.220821~120^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e2e1355acc15a0cae7a7a9e150b530c91dc2808;p=profile%2Fivi%2Fopencv.git Video IO perf tests guarded. --- diff --git a/modules/highgui/perf/perf_input.cpp b/modules/highgui/perf/perf_input.cpp index 0c1e8e0..2c077e8 100644 --- a/modules/highgui/perf/perf_input.cpp +++ b/modules/highgui/perf/perf_input.cpp @@ -8,7 +8,6 @@ using namespace perf; using std::tr1::make_tuple; using std::tr1::get; - typedef perf::TestBaseWithParam 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 \ No newline at end of file +#endif // BUILD_WITH_VIDEO_INPUT_SUPPORT diff --git a/modules/highgui/perf/perf_output.cpp b/modules/highgui/perf/perf_output.cpp index 6428bb4..bf17cd4 100644 --- a/modules/highgui/perf/perf_output.cpp +++ b/modules/highgui/perf/perf_output.cpp @@ -31,4 +31,5 @@ PERF_TEST_P(VideoWriter_Writing, WriteFrame, SANITY_CHECK(dummy); } -#endif // BUILD_WITH_VIDEO_OUTPUT_SUPPORT \ No newline at end of file +#endif // BUILD_WITH_VIDEO_OUTPUT_SUPPORT +