refactor: video player code to video.c

This commit is contained in:
2026-05-26 12:19:25 +05:30
parent c96c361973
commit 433ccfb0fe
4 changed files with 241 additions and 224 deletions

View File

@@ -18,7 +18,7 @@ ALL_LIBS := $(LIBS) $(SDL_LIBS) $(FFMPEG_LIBS) -lm
BUILD_DIR ?= build
TARGET = $(BUILD_DIR)/gsplash
DUMMY_TARGET = $(BUILD_DIR)/dummy_game
SRC = src/gsplash.c
SRC = src/gsplash.c src/video.c
DUMMY_SRC = src/dummy_game.c
.PHONY: all clean install uninstall check