File: 0007-tests-image_test.c-use-library.patch

package info (click to toggle)
libstb 0.0~git20250907.fede005%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,520 kB
  • sloc: ansic: 80,787; cpp: 1,506; makefile: 114; sh: 22
file content (26 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From bd4f828a06017052f1a653aee28485f6149b4fb5 Mon Sep 17 00:00:00 2001
From: yangfl <yangfl@users.noreply.github.com>
Date: Wed, 10 Jul 2019 10:59:44 +0800
Subject: [PATCH 07/11] tests/image_test.c: use library

---
 tests/image_test.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/image_test.c b/tests/image_test.c
index 9c216cf..61fa5cc 100644
--- a/tests/image_test.c
+++ b/tests/image_test.c
@@ -1,9 +1,7 @@
 #define STBI_WINDOWS_UTF8
 
-#define STB_IMAGE_WRITE_IMPLEMENTATION
 #include "stb_image_write.h"
 
-#define STB_IMAGE_IMPLEMENTATION
 #include "stb_image.h"
 
 #define STB_DEFINE
-- 
2.47.2