mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
imgcodecs: fix test build with disabled JPEG and PNG libs
This commit is contained in:
parent
5a15369d4d
commit
e8129429e9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user