Skip to content

Commit

Permalink
Require FFmpeg 7.1 in the build system too
Browse files Browse the repository at this point in the history
  • Loading branch information
myrsloik committed Dec 28, 2024
1 parent ce7e46c commit 50c3644
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ if host_machine.cpu_family().startswith('x86')
endif

deps = [
dependency('libavcodec', version: '>=60.31.0'),
dependency('libavformat', version: '>=60.16.0'),
dependency('libavutil', version: '>=58.31.0'),
dependency('libavcodec', version: '>=61.19.0'),
dependency('libavformat', version: '>=61.7.0'),
dependency('libavutil', version: '>=59.39.0'),
dependency('libxxhash'),
]

Expand Down

0 comments on commit 50c3644

Please sign in to comment.