Fix ffmpeg link error on Linux platform

This commit is contained in:
dijunkun
2023-11-01 21:42:35 -07:00
parent 821d0cd68b
commit 9be5d90a69
7 changed files with 437 additions and 13 deletions

View File

@@ -1 +1,5 @@
includes("sdl2")
includes("sdl2")
if is_plat("windows") then
elseif is_plat("linux") then
includes("ffmpeg")
end