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 2507

Summary: Won't build using Mac OS Mavericks SDK due to deprecated function
Product: SDL Reporter: jan.m.danielsson
Component: videoAssignee: 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

Description jan.m.danielsson 2014-04-22 23:53:11 UTC
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.
Comment 1 Sam Lantinga 2014-04-26 19:41:06 UTC
Fixed in Mercurial, thanks!