mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-26 06:31:13 +02:00
fix stb multiple impl
This commit is contained in:
@@ -20,7 +20,7 @@ namespace fs = std::filesystem;
|
||||
|
||||
#include "stable-diffusion.h"
|
||||
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
// #define STB_IMAGE_IMPLEMENTATION
|
||||
//#define STB_IMAGE_STATIC
|
||||
#include "stb_image.h"
|
||||
|
||||
@@ -28,7 +28,7 @@ namespace fs = std::filesystem;
|
||||
//#define STB_IMAGE_WRITE_STATIC
|
||||
#include "stb_image_write.h"
|
||||
|
||||
#define STB_IMAGE_RESIZE_IMPLEMENTATION
|
||||
// #define STB_IMAGE_RESIZE_IMPLEMENTATION
|
||||
//#define STB_IMAGE_RESIZE_STATIC
|
||||
#include "stb_image_resize.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user