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

Do not -lpng #1

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

Do not -lpng #1

wants to merge 1 commit into from

Conversation

glebm
Copy link

@glebm glebm commented Apr 3, 2020

This project uses SDL_Image to load images.

libpng doesn't need to and should not be linked directly in this case, as this causes issues if the libpng version on the device is not the same as in the toolchain. E.g. the original gcw0 toolchain has libpng14 but the upcoming OpenDingux firmware will have the latest libpng.

This project uses SDL_Image to load images.

libpng doesn't need to and should not be linked directly in this case, as this causes issues if the libpng version on the device is not the same as in the toolchain. E.g. the original gcw0 toolchain has libpng14 but the upcoming OpenDingux firmware will have the latest libpng.
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