Fix ffmpeg link error on MacOS

This commit is contained in:
dijunkun
2023-12-04 11:20:30 +08:00
parent 47a2dc85f9
commit 5e2d27e9d2
6 changed files with 56 additions and 38 deletions

View File

@@ -2,4 +2,6 @@ includes("sdl2", "projectx")
if is_plat("windows") then
elseif is_plat("linux") then
includes("ffmpeg")
elseif is_plat("macosx") then
includes("ffmpeg")
end