diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-07-14 20:31:13 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-14 20:31:13 +0900 |
| commit | 87d7c4a62e3cc840ae5435304592b39c85ec1e3b (patch) | |
| tree | db1428586d9f7cab5d39a5e9d01802e661837138 /deployment | |
| parent | 50dcc11430c97be59f00acac205551d32c2684a5 (diff) | |
| parent | d0098f1b95bded47740ffa124db19df20ec27063 (diff) | |
Merge pull request #3500 from nyanmisaka/vpp-qsv
Add FFmpeg 4.3 detection and solve the green line on QSV HWA
Diffstat (limited to 'deployment')
| -rwxr-xr-x | deployment/build.windows.amd64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/build.windows.amd64 b/deployment/build.windows.amd64 index 3fabc2cac6..aae061e9d6 100755 --- a/deployment/build.windows.amd64 +++ b/deployment/build.windows.amd64 @@ -8,7 +8,7 @@ set -o xtrace # Version variables NSSM_VERSION="nssm-2.24-101-g897c7ad" NSSM_URL="http://files.evilt.win/nssm/${NSSM_VERSION}.zip" -FFMPEG_VERSION="ffmpeg-4.2.1-win64-static" +FFMPEG_VERSION="ffmpeg-4.3-win64-static" FFMPEG_URL="https://ffmpeg.zeranoe.com/builds/win64/static/${FFMPEG_VERSION}.zip" # Move to source directory |
