Skip to content

Commit 12da435

Browse files
author
root
committed
pragma
1 parent e0d8921 commit 12da435

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

GraphLib/Jpeg2KTool.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

GraphLib/JpegTool.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

GraphLib/OpenCVTool.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)