-
Notifications
You must be signed in to change notification settings - Fork 2
/
libwebp.patch
48 lines (47 loc) · 1.29 KB
/
libwebp.patch
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
diff --git a/Makefile.vc b/Makefile.vc
index cb6b7a9..78fdac0 100644
--- a/Makefile.vc
+++ b/Makefile.vc
@@ -1,11 +1,11 @@
#
# Stem for static libs and DLLs
#
-LIBWEBPDECODER_BASENAME = libwebpdecoder
-LIBWEBP_BASENAME = libwebp
-LIBWEBPMUX_BASENAME = libwebpmux
-LIBWEBPDEMUX_BASENAME = libwebpdemux
-LIBSHARPYUV_BASENAME = libsharpyuv
+LIBWEBPDECODER_BASENAME = libwebpdecoder_a
+LIBWEBP_BASENAME = libwebp_a
+LIBWEBPMUX_BASENAME = libwebpmux_a
+LIBWEBPDEMUX_BASENAME = libwebpdemux_a
+LIBSHARPYUV_BASENAME = libsharpyuv_a
!IFNDEF ARCH
!IF ! [ cl 2>&1 | find "x86" > NUL ]
diff --git a/libwebp.patch b/libwebp.patch
index 70ec0f8..e69de29 100644
--- a/libwebp.patch
+++ b/libwebp.patch
@@ -1,22 +0,0 @@
- Makefile.vc | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/Makefile.vc b/Makefile.vc
-index 886f981..54f0ac1 100644
---- a/Makefile.vc
-+++ b/Makefile.vc
-@@ -1,10 +1,10 @@
- #
- # Stem for static libs and DLLs
- #
--LIBWEBPDECODER_BASENAME = libwebpdecoder
--LIBWEBP_BASENAME = libwebp
--LIBWEBPMUX_BASENAME = libwebpmux
--LIBWEBPDEMUX_BASENAME = libwebpdemux
-+LIBWEBPDECODER_BASENAME = libwebpdecoder_a
-+LIBWEBP_BASENAME = libwebp_a
-+LIBWEBPMUX_BASENAME = libwebpmux_a
-+LIBWEBPDEMUX_BASENAME = libwebpdemux_a
-
- !IFNDEF ARCH
- !IF ! [ cl 2>&1 | find "x86" > NUL ]