Skip to content

Commit

Permalink
Merge pull request #83 from arch1t3cht/bump_avutil
Browse files Browse the repository at this point in the history
meson: Bump required avutil version
  • Loading branch information
myrsloik authored Nov 19, 2024
2 parents e51c390 + a9336c5 commit 543ec1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ endif
deps = [
dependency('libavcodec', version: '>=60.31.0'),
dependency('libavformat', version: '>=60.16.0'),
dependency('libavutil', version: '>=58.29.0'),
dependency('libavutil', version: '>=58.31.0'),
dependency('libxxhash'),
]

Expand Down

0 comments on commit 543ec1e

Please sign in to comment.