mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 17:36:25 +00:00
Fix #ifdef
s to have config flags either defined as 1 or undefined
See 387774ab8a
This commit is contained in:
@@ -33,7 +33,7 @@ typedef enum
|
||||
SHADER_SOLID,
|
||||
SHADER_RGB,
|
||||
SHADER_RGBA,
|
||||
#if SDL_HAVE_YUV
|
||||
#ifdef SDL_HAVE_YUV
|
||||
SHADER_YUV,
|
||||
SHADER_NV12_RA,
|
||||
SHADER_NV12_RG,
|
||||
|
Reference in New Issue
Block a user