Skip to content

Commit 5c55adf

Browse files
authored
ffmpeg: ffplay needs libsdl2 (#9926)
1 parent dd63c32 commit 5c55adf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/f/ffmpeg/xmake.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ package("ffmpeg")
116116
libdav1d = "dav1d",
117117
nvenc = "nv-codec-headers",
118118
nvdec = "nv-codec-headers",
119+
ffplay = "libsdl2",
119120
}
120121
for name, dep in pairs(configdeps) do
121122
if package:config(name) then

0 commit comments

Comments
 (0)