feat: Add render mode options for image display in gsplash

This commit is contained in:
2026-05-24 11:00:21 +05:30
parent b5de077ac3
commit be9093655d
3 changed files with 106 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ SDL_CFLAGS := $(shell $(PKG_CONFIG) --cflags sdl2 SDL2_image)
SDL_LIBS := $(shell $(PKG_CONFIG) --libs sdl2 SDL2_image)
ALL_CFLAGS := $(CFLAGS) $(SDL_CFLAGS)
ALL_LIBS := $(LIBS) $(SDL_LIBS)
ALL_LIBS := $(LIBS) $(SDL_LIBS) -lm
TARGET = gsplash
SRC = src/gsplash.c