Video IO perf tests guarded.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
#include "perf_precomp.hpp"
|
||||
|
||||
#if BUILD_WITH_VIDEO_OUTPUT_SUPPORT
|
||||
|
||||
using namespace std;
|
||||
using namespace cv;
|
||||
using namespace perf;
|
||||
using std::tr1::make_tuple;
|
||||
using std::tr1::get;
|
||||
|
||||
#ifndef ANDROID
|
||||
|
||||
typedef std::tr1::tuple<String, bool> VideoWriter_Writing_t;
|
||||
typedef perf::TestBaseWithParam<VideoWriter_Writing_t> VideoWriter_Writing;
|
||||
|
||||
@@ -31,4 +31,4 @@ PERF_TEST_P(VideoWriter_Writing, WriteFrame,
|
||||
SANITY_CHECK(dummy);
|
||||
}
|
||||
|
||||
#endif //ANDROID
|
||||
#endif // BUILD_WITH_VIDEO_OUTPUT_SUPPORT
|
Reference in New Issue
Block a user