tests: c90 fixes (#endif comments) for consistency after commit 9e37839
This commit is contained in:
0
test/gamepad_face_axby.bmp
Executable file → Normal file
0
test/gamepad_face_axby.bmp
Executable file → Normal file
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
@@ -36,4 +36,4 @@ extern SDL_Surface *SDLTest_ImageBlendingBackground(void);
|
|||||||
extern SDL_Surface *SDLTest_ImageBlendingSprite(void);
|
extern SDL_Surface *SDLTest_ImageBlendingSprite(void);
|
||||||
extern SDL_Surface *SDLTest_ImageWrappingSprite(void);
|
extern SDL_Surface *SDLTest_ImageWrappingSprite(void);
|
||||||
|
|
||||||
#endif // testautomation_images_h_
|
#endif /* testautomation_images_h_ */
|
||||||
|
|||||||
@@ -925,7 +925,7 @@ static bool GetOESTextureForDRMFrame(AVFrame *frame, SDL_Texture **texture)
|
|||||||
glEGLImageTargetTexture2DOESFunc(GL_TEXTURE_EXTERNAL_OES, image);
|
glEGLImageTargetTexture2DOESFunc(GL_TEXTURE_EXTERNAL_OES, image);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
#endif // HAVE_EGL
|
#endif /* HAVE_EGL */
|
||||||
|
|
||||||
static bool GetTextureForDRMFrame(AVFrame *frame, SDL_Texture **texture)
|
static bool GetTextureForDRMFrame(AVFrame *frame, SDL_Texture **texture)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1015,4 +1015,4 @@ void DestroyVulkanVideoContext(VulkanVideoContext *context)
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // FFMPEG_VULKAN_SUPPORT
|
#endif /* FFMPEG_VULKAN_SUPPORT */
|
||||||
|
|||||||
Reference in New Issue
Block a user