imgcodecs: fix test build with disabled JPEG and PNG libs

This commit is contained in:
Maksim Shabunin 2020-07-06 14:52:52 +03:00
parent 5a15369d4d
commit e8129429e9

View File

@ -31,6 +31,7 @@ const tuple<string, Size> images[] =
#ifdef HAVE_PNG
make_tuple<string, Size>("../cv/shared/pic1.png", Size(400, 300)),
#endif
make_tuple<string, Size>("../highgui/readwrite/ordinary.bmp", Size(480, 272)),
};
TEST_P(Imgcodecs_Resize, imread_reduce_flags)