Require libavformat >= 57.33
In ffmpeg/doc/APIchanges:
> 2016-04-11 - 6f69f7a / 9200514 - lavf 57.33.100 / 57.5.0 - avformat.h
> Add AVStream.codecpar, deprecate AVStream.codec.
Refs 5d9e96dc4e
Refs #2862 <https://github.com/Genymobile/scrcpy/issues/2862>
This commit is contained in:
parent
dca2c5f94f
commit
099c546580
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ if not get_option('crossbuild_windows')
|
||||||
|
|
||||||
# native build
|
# native build
|
||||||
dependencies = [
|
dependencies = [
|
||||||
dependency('libavformat'),
|
dependency('libavformat', version: '>= 57.33'),
|
||||||
dependency('libavcodec'),
|
dependency('libavcodec'),
|
||||||
dependency('libavutil'),
|
dependency('libavutil'),
|
||||||
dependency('sdl2', version: '>= 2.0.5'),
|
dependency('sdl2', version: '>= 2.0.5'),
|
||||||
|
|
Loading…
Reference in a new issue