Skip to content

Commit

Permalink
meson: Bump required avutil version
Browse files Browse the repository at this point in the history
This is needed after 95afdcd .
See 57c16323f26f6d726edb2fd7f83836187f058ed7 in ffmpeg for the relevant
version bump.
  • Loading branch information
arch1t3cht committed Nov 19, 2024
1 parent e51c390 commit a9336c5
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 a9336c5

Please sign in to comment.