1
0

add imgui based osd

This commit is contained in:
2024-02-04 13:23:09 +08:00
parent 9c88af102f
commit 5c8f9993e4
22 changed files with 68841 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
TARGET = xPlayer
BUILD := build
SRCS := src
SRCS := src imgui
VPATH := $(foreach dir,$(SRCS),$(CURDIR)/$(dir))
CFILES := $(foreach dir,$(SRCS),$(notdir $(wildcard $(dir)/*.c)))