提交 e8129429 编写于 作者: M Maksim Shabunin

imgcodecs: fix test build with disabled JPEG and PNG libs

上级 5a15369d
...@@ -31,6 +31,7 @@ const tuple<string, Size> images[] = ...@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册