Video IO perf tests guarded.
authorAlexander Smorkalov <alexander.smorkalov@itseez.com>
Mon, 28 Jan 2013 09:14:47 +0000 (13:14 +0400)
committerAlexander Smorkalov <alexander.smorkalov@itseez.com>
Wed, 6 Feb 2013 10:43:57 +0000 (14:43 +0400)
modules/highgui/perf/perf_input.cpp
modules/highgui/perf/perf_output.cpp

index 0c1e8e0..2c077e8 100644 (file)
@@ -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
\ No newline at end of file
+#endif // BUILD_WITH_VIDEO_INPUT_SUPPORT
index 6428bb4..bf17cd4 100644 (file)
@@ -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
+