Video IO tests turned off for ARM WinRT.

This commit is contained in:
Alexander Smorkalov
2013-03-27 00:23:23 -07:00
parent 6f68640d4d
commit de95a2b278
2 changed files with 3 additions and 3 deletions

View File

@@ -176,7 +176,7 @@ TEST(Highgui_Video, ffmpeg_image) { CV_FFmpegReadImageTest test; test.safe_run()
#endif
#if defined(HAVE_FFMPEG) || defined(WIN32) || defined(_WIN32)
#if defined(HAVE_FFMPEG) || ((defined(WIN32) || defined(_WIN32)) && !defined(_M_ARM))
//////////////////////////////// Parallel VideoWriters and VideoCaptures ////////////////////////////////////