File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed
Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,7 @@ this software is based on OpenJPEG. http://www.openjpeg.org/
5858 #else
5959 #pragma comment(lib, "OpenJPEG.lib") // DLLを使用
6060 #endif
61- #elif OPENJPEG_VER >= JP2K_VER_21
62- #pragma comment(lib, "openjp2.lib") // DLLを使用
63- #else // default
61+ #elif OPENJPEG_VER >= JP2K_VER_20
6462 #pragma comment(lib, "openjp2.lib") // DLLを使用
6563 #endif
6664#endif
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ this software is based in part on the work of the Independent JPEG Group. http:/
3636
3737#ifdef WIN32
3838#pragma comment(lib, "libjpeg.lib")
39- // #pragma comment(lib, "jpeg.lib")
4039#endif
4140
4241
Original file line number Diff line number Diff line change @@ -32,12 +32,10 @@ this software uses OpenCV
3232#pragma comment(lib, "opencv_core242d.lib")
3333#pragma comment(lib, "opencv_imgproc242d.lib")
3434#pragma comment(lib, "opencv_objdetect242d.lib")
35- #pragma comment(lib, "zlibd.lib")
3635#else
3736#pragma comment(lib, "opencv_core242.lib")
3837#pragma comment(lib, "opencv_imgproc242.lib")
3938#pragma comment(lib, "opencv_objdetect242.lib")
40- #pragma comment(lib, "zlib.lib")
4139#endif
4240#endif
4341
You can’t perform that action at this time.
0 commit comments