Commit 2d6e30b5 authored by Luca Barbato's avatar Luca Barbato Committed by Jean-Baptiste Kempf

contrib: Unbreak sdl with osx 10.7 and later

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 5384c38e
--- sdl/src/video/quartz/SDL_QuartzVideo.h.orig 2014-03-05 14:09:28.000000000 +0100
+++ sdl/src/video/quartz/SDL_QuartzVideo.h 2014-03-05 14:09:45.000000000 +0100
@@ -91,7 +91,9 @@
CGDirectDisplayID display; /* 0 == main display (only support single display) */
const void *mode; /* current mode of the display */
const void *save_mode; /* original mode of the display */
+#if (MAC_OS_X_VERSION_MIN_REQUIRED < 1070)
CGDirectPaletteRef palette; /* palette of an 8-bit display */
+#endif
NSOpenGLContext *gl_context; /* OpenGL rendering context */
NSGraphicsContext *nsgfx_context; /* Cocoa graphics context */
Uint32 width, height, bpp; /* frequently used data about the display */
......@@ -15,6 +15,7 @@ $(TARBALLS)/SDL-$(SDL_VERSION).tar.gz:
sdl: SDL-$(SDL_VERSION).tar.gz .sum-sdl
$(UNPACK)
$(APPLY) $(SRC)/sdl/direct_palette_ref.diff
$(MOVE)
SDLCONF := $(HOSTCONF) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment