Skip to content

Commit 31f787c

Browse files
committed
fix: use correct ffmpeg libraries, as the pkgconfig names start with lib
1 parent 87b0d8b commit 31f787c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/dependencies/meson.build

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -461,11 +461,11 @@ if build_application
461461
endif
462462

463463
ffmpeg_dep_names = [
464-
'avutil',
465-
'avcodec',
466-
'avformat',
467-
'avfilter',
468-
'swscale',
464+
'libavutil',
465+
'libavcodec',
466+
'libavformat',
467+
'libavfilter',
468+
'libswscale',
469469
]
470470
ffmpeg_deps = []
471471
found_all_ffmpeg_deps = true

0 commit comments

Comments
 (0)