blob: 44c8cf67a464287a9ea075ac23fa6ffea43e315b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/tiny_jpeg.h.orig 2019-03-15 04:11:43 UTC
+++ src/tiny_jpeg.h
@@ -217,7 +217,7 @@ static uint8_t tjei_g_output_buffer[TJEI_BUFFER_SIZE];
#ifdef _WIN32
#define tje_log(msg) OutputDebugStringA(msg)
-#elif defined(__linux__) || defined(__MACH__)
+#elif defined(__linux__) || defined(__MACH__) || defined(__FreeBSD__)
#define tje_log(msg) puts(msg)
#endif
|