Skip to content

Commit 8327b58

Browse files
committed
fix: use correct ffmpeg libraries, as the pkgconfig names start with lib
1 parent 0621370 commit 8327b58

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
@@ -471,11 +471,11 @@ if build_application
471471
endif
472472

473473
ffmpeg_dep_names = [
474-
'avutil',
475-
'avcodec',
476-
'avformat',
477-
'avfilter',
478-
'swscale',
474+
'libavutil',
475+
'libavcodec',
476+
'libavformat',
477+
'libavfilter',
478+
'libswscale',
479479
]
480480
ffmpeg_deps = []
481481
found_all_ffmpeg_deps = true

0 commit comments

Comments
 (0)