···11#include "SDL.h"
22#include "SDL_gpu.h"
3344-#ifndef SDL_GPU_BUILD_VIDEO_DEMO
44+#ifndef SDL_GPU_BUILD_VIDEO_TEST
5566int main(int argc, char* argv[])
77{
88- GPU_LogError("Sorry, this demo needs to be specifically enabled because it requires FFMPEG.\n\nEither enable the SDL_gpu_BUILD_VIDEO_DEMO CMake flag or else define SDL_GPU_BUILD_VIDEO_DEMO to build this demo manually.\n");
88+ GPU_LogError("Sorry, this demo needs to be specifically enabled because it requires FFMPEG.\n\nEither enable the SDL_gpu_BUILD_VIDEO_TEST CMake flag or else define SDL_GPU_BUILD_VIDEO_TEST to build this demo manually.\n");
99 return 0;
1010}
1111