1
0

add nanovg based osd

This commit is contained in:
2023-10-19 15:03:27 +08:00
parent d03c80b281
commit 330af71593
20 changed files with 23556 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
TARGET = xplayer
SRCS = main.cpp
SRCS = main.cpp \
nanovg/nanovg.c
OBJS = $(SRCS:.cpp=.o)
INCLUDES := -I$(CURDIR)