Skip to content

Commit fc69a28

Browse files
committed
fix: switch build, replace dependency< name of required libdav1d to dav1d
1 parent 51c3128 commit fc69a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dependencies/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ if build_application
402402
elif host_machine.system() == 'switch'
403403
ffmpeg_can_be_supported = true
404404
ffmpeg_dep_names += [
405-
'libdav1d',
405+
'dav1d',
406406
]
407407
elif host_machine.system() == '3ds'
408408
ffmpeg_can_be_supported = false

0 commit comments

Comments
 (0)