aboutsummaryrefslogtreecommitdiff
path: root/deployment
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-07-14 20:31:13 +0900
committerGitHub <noreply@github.com>2020-07-14 20:31:13 +0900
commit87d7c4a62e3cc840ae5435304592b39c85ec1e3b (patch)
treedb1428586d9f7cab5d39a5e9d01802e661837138 /deployment
parent50dcc11430c97be59f00acac205551d32c2684a5 (diff)
parentd0098f1b95bded47740ffa124db19df20ec27063 (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-xdeployment/build.windows.amd642
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