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

Fix compilation errors with old SDL versions #2781

Closed
wants to merge 1 commit into from
Closed

Fix compilation errors with old SDL versions #2781

wants to merge 1 commit into from

Conversation

rom1v
Copy link
Collaborator

@rom1v rom1v commented Nov 14, 2021

SDL_PixelFormatEnum has been introduced in SDL 2.0.10: libsdl-org/SDL@cc6a8ac

SDL_PIXELFORMAT_BGR444 has been introduced in SDL 2.0.12: libsdl-org/SDL@a1c1185

Fixes #2777

SDL_PixelFormatEnum has been introduced in SDL 2.0.10:
<libsdl-org/SDL@cc6a8ac>

SDL_PIXELFORMAT_BGR444 has been introduced in SDL 2.0.12:
<libsdl-org/SDL@a1c1185>

Fixes #2777 <#2777>
@npes87184
Copy link
Contributor

Tested and confirmed it works.

Reviewed-by: Yu-Chen Lin npes87184@gmail.com

rom1v added a commit that referenced this pull request Nov 14, 2021
SDL_PixelFormatEnum has been introduced in SDL 2.0.10:
<libsdl-org/SDL@cc6a8ac>

SDL_PIXELFORMAT_BGR444 has been introduced in SDL 2.0.12:
<libsdl-org/SDL@a1c1185>

Fixes #2777 <#2777>
PR #2781 <#2781>

Reviewed-by: Yu-Chen Lin <npes87184@gmail.com>
@rom1v
Copy link
Collaborator Author

rom1v commented Nov 14, 2021

Thank you.

Merged into master: 739ff9d

@rom1v rom1v closed this Nov 14, 2021
@rom1v rom1v mentioned this pull request Dec 6, 2021
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.

build fails after Nov 13 2021
2 participants