Use symlink to simplify Windows ffmpeg dependency

The FFmpeg dependency is downloaded from two separate zipfiles.

Symlink include/ to expose everything from a single directory, to
simplify the meson script.

PR #2952 <https://github.com/Genymobile/scrcpy/pull/2952>
This commit is contained in:
Romain Vimont
2022-01-17 19:04:18 +01:00
parent 37c7827d46
commit a2495c5ef1
4 changed files with 7 additions and 8 deletions

View File

@@ -16,6 +16,5 @@ cpu = 'x86_64'
endian = 'little'
[properties]
prebuilt_ffmpeg_shared = 'ffmpeg-4.3.1-win64-shared'
prebuilt_ffmpeg_dev = 'ffmpeg-4.3.1-win64-dev'
prebuilt_ffmpeg = 'ffmpeg-4.3.1-win64-shared'
prebuilt_sdl2 = 'SDL2-2.0.18/x86_64-w64-mingw32'