Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libwebp: Don't define WEBP_DLL macro when building a static library #1770

Merged
merged 1 commit into from
Nov 3, 2024

Commits on Nov 3, 2024

  1. 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).
    LandonTheCoder committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    703c27f View commit details
    Browse the repository at this point in the history