mirror of
https://github.com/opencv/opencv.git
synced 2025-07-25 22:57:53 +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
|
#ifdef HAVE_PNG
|
||||||
make_tuple<string, Size>("../cv/shared/pic1.png", Size(400, 300)),
|
make_tuple<string, Size>("../cv/shared/pic1.png", Size(400, 300)),
|
||||||
#endif
|
#endif
|
||||||
|
make_tuple<string, Size>("../highgui/readwrite/ordinary.bmp", Size(480, 272)),
|
||||||
};
|
};
|
||||||
|
|
||||||
TEST_P(Imgcodecs_Resize, imread_reduce_flags)
|
TEST_P(Imgcodecs_Resize, imread_reduce_flags)
|
||||||
|
Loading…
Reference in New Issue
Block a user