-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libwebp: Don't define WEBP_DLL macro when building a static library
Before it would define the WEBP_DLL macro unconditionally, which caused it to use the __declspec(dllexport) property when building as a static library on Windows. That caused its symbols to be exported from any target which the static libwebp was linked into (such as an executable).
- Loading branch information
1 parent
bdb5dbe
commit 37b8cf9
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2083,6 +2083,7 @@ | |
"libwebpmux" | ||
], | ||
"versions": [ | ||
"1.3.2-2", | ||
"1.3.2-1", | ||
"1.3.1-2", | ||
"1.3.1-1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters