Index: blender/intern/ghost/intern/GHOST_SystemSDL.h =================================================================== --- blender/intern/ghost/intern/GHOST_SystemSDL.h (revisão 45061) +++ blender/intern/ghost/intern/GHOST_SystemSDL.h (cópia de trabalho) @@ -39,8 +39,8 @@ #include "SDL.h" } -#if !SDL_VERSION_ATLEAST(1, 3, 0) -# error "SDL 1.3 or newer is needed to build with Ghost" +#if !SDL_VERSION_ATLEAST(2, 0, 0) +# error "SDL 2.0 or newer is needed to build with Ghost" #endif Index: blender/intern/ghost/intern/GHOST_DisplayManagerSDL.h =================================================================== --- blender/intern/ghost/intern/GHOST_DisplayManagerSDL.h (revisão 45061) +++ blender/intern/ghost/intern/GHOST_DisplayManagerSDL.h (cópia de trabalho) @@ -34,8 +34,8 @@ #include "SDL.h" } -#if !SDL_VERSION_ATLEAST(1, 3, 0) -# error "SDL 1.3 or newer is needed to build with Ghost" +#if !SDL_VERSION_ATLEAST(2, 0, 0) +# error "SDL 2.0 or newer is needed to build with Ghost" #endif class GHOST_SystemSDL; Index: blender/intern/ghost/intern/GHOST_WindowSDL.h =================================================================== --- blender/intern/ghost/intern/GHOST_WindowSDL.h (revisão 45061) +++ blender/intern/ghost/intern/GHOST_WindowSDL.h (cópia de trabalho) @@ -36,8 +36,8 @@ #include "SDL.h" } -#if !SDL_VERSION_ATLEAST(1, 3, 0) -# error "SDL 1.3 or newer is needed to build with Ghost" +#if !SDL_VERSION_ATLEAST(2, 0, 0) +# error "SDL 2.0 or newer is needed to build with Ghost" #endif class STR_String;