mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-09-12 12:31:59 +00:00
Require SDL >= 2.0.5
Icon loading uses SDL_CreateRGBSurfaceWithFormatFrom(), available since SDL 2.0.5 (in 2016). Refs #2862 <https://github.com/Genymobile/scrcpy/issues/2862>
This commit is contained in:
parent
90cf956f57
commit
dca2c5f94f
4 changed files with 2 additions and 23 deletions
|
@ -87,7 +87,7 @@ if not get_option('crossbuild_windows')
|
|||
dependency('libavformat'),
|
||||
dependency('libavcodec'),
|
||||
dependency('libavutil'),
|
||||
dependency('sdl2'),
|
||||
dependency('sdl2', version: '>= 2.0.5'),
|
||||
]
|
||||
|
||||
if v4l2_support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue