Skip to content

Commit 1cf4601

Browse files
committed
test
1 parent 7c9cb8b commit 1cf4601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/player/xmake.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ target("player")
88
do
99
add_files("*.c")
1010
add_packages("sdl2")
11-
add_packages("sdl2_image")
12-
add_packages("ffmpeg")
11+
-- add_packages("sdl2_image")
12+
-- add_packages("ffmpeg")
1313
end
1414
target_end()

0 commit comments

Comments
 (0)