[sm130futures] Minor Windows fix.
This commit is contained in:
@@ -18,7 +18,7 @@ namespace jpeg
|
|||||||
|
|
||||||
// Pull in JPEG library here.
|
// Pull in JPEG library here.
|
||||||
#if defined _MSC_VER
|
#if defined _MSC_VER
|
||||||
#pragma comment(lib, "libjpeg/jpeg.lib")
|
#pragma comment(lib, "../extern/libjpeg/jpeg.lib")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define OUTPUT_BUFFER_SIZE 4096
|
#define OUTPUT_BUFFER_SIZE 4096
|
||||||
|
|||||||
Reference in New Issue
Block a user