We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9cb8b commit 1cf4601Copy full SHA for 1cf4601
apps/player/xmake.lua
@@ -8,7 +8,7 @@ target("player")
8
do
9
add_files("*.c")
10
add_packages("sdl2")
11
- add_packages("sdl2_image")
12
- add_packages("ffmpeg")
+ -- add_packages("sdl2_image")
+ -- add_packages("ffmpeg")
13
end
14
target_end()
0 commit comments