We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1223

Summary: Mingw build
Product: SDL_image Reporter: Dimitris Zenios <dimitris.zenios>
Component: miscAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: icculus, scottmc2
Version: unspecified   
Hardware: x86_64   
OS: Linux   
Attachments: fixes the bug

Description Dimitris Zenios 2011-06-12 10:17:31 UTC
When building SDL_Image with mingw libjpeg-8 header files define SDL_TRUE,SDL_FALSE and SDL_boolean.The problem though occurs when building with gcc in linux where this flags are not defined in jpeglib
Comment 1 Dimitris Zenios 2011-06-12 10:18:12 UTC
Created attachment 622 [details]
fixes the bug
Comment 2 Scott McCreary 2011-08-10 11:30:15 UTC
Attached patch by Dimitris fixes this isssue on Haiku as well.
+1
Comment 3 Ryan C. Gordon 2011-10-04 21:48:48 UTC
This is now hg changeset a5d4daece235, thanks!

--ryan.