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

@@ -18,7 +18,10 @@ if (MPV_SW_RENDER)
endif ()
project(xplayer)
set(MAIN_SRC "main.cpp")
set(MAIN_SRC
"main.cpp"
"nanovg/nanovg.c"
)
add_executable(xplayer ${MAIN_SRC})
set_target_properties(xplayer PROPERTIES CXX_STANDARD 17)