| Summary: | Won't build using Mac OS Mavericks SDK due to deprecated function | ||
|---|---|---|---|
| Product: | SDL | Reporter: | jan.m.danielsson |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 1.2.15 | ||
| Hardware: | x86_64 | ||
| OS: | Other | ||
| Attachments: | Patch to make CGDirectPaletteRef conditional on Mac OS X version | ||
Fixed in Mercurial, thanks! |
Created attachment 1631 [details] Patch to make CGDirectPaletteRef conditional on Mac OS X version CGDirectPaletteRef was previously deprecated, and is now no longer available. The attached patch fixes this, while attempting to not affect older SDK's.