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