disabled several tests on Mac when no FFMPEG is used; disabled automatic table initialization in imgwarp in the case of MinGW
This commit is contained in:

committed by
Andrey Kamaev

parent
eea6fe8e7f
commit
fbe0d6963c
@@ -109,6 +109,6 @@ void CV_FramecountTest::run(int)
|
||||
}
|
||||
}
|
||||
}
|
||||
#if BUILD_WITH_VIDEO_INPUT_SUPPORT
|
||||
#if BUILD_WITH_VIDEO_INPUT_SUPPORT && defined HAVE_FFMPEG
|
||||
TEST(Highgui_Video, framecount) {CV_FramecountTest test; test.safe_run();}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user