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

Build only lib on Windows #27 #112

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

elnoir
Copy link

@elnoir elnoir commented Feb 25, 2025

Jpeg.dll wasn't build on Windows platform.

  • enable WIN32 jpeg dll build
  • exporting all symbols from the jpeg.dll (because no export were defined)

Description

Jpeg.dll wasn't build on Windows platform. I've added the minimal changeset to make it work under windows.

Pull Request Checklist

  • CLA Signed: Have you signed the Contributor License Agreement (individual or corporate, as appropriate)? Only contributions from signed contributors can be accepted.
  • Authors: Have you considered adding your name to the AUTHORS file? added to Contributors
  • Code Style: Have you ensured your code adheres to the project's coding style guidelines? You can use ./ci.sh lint for automatic code formatting.

Please review the full contributing guidelines for more details.

 - enable WIN32 jpeg dll build
 - exporting all symbols from the jpeg.dll (because no export were defined)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant