Przeglądaj źródła

New upstream ffmpeg version 4.2.1 on windows

Nyanmisaka 5 lat temu
rodzic
commit
15c52867ea
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      deployment/win-x64/docker-build.sh

+ 1 - 1
deployment/win-x64/docker-build.sh

@@ -8,7 +8,7 @@ set -o xtrace
 # Version variables
 # Version variables
 NSSM_VERSION="nssm-2.24-101-g897c7ad"
 NSSM_VERSION="nssm-2.24-101-g897c7ad"
 NSSM_URL="http://files.evilt.win/nssm/${NSSM_VERSION}.zip"
 NSSM_URL="http://files.evilt.win/nssm/${NSSM_VERSION}.zip"
-FFMPEG_VERSION="ffmpeg-4.0.2-win64-static"
+FFMPEG_VERSION="ffmpeg-4.2.1-win64-static"
 FFMPEG_URL="https://ffmpeg.zeranoe.com/builds/win64/static/${FFMPEG_VERSION}.zip"
 FFMPEG_URL="https://ffmpeg.zeranoe.com/builds/win64/static/${FFMPEG_VERSION}.zip"
 
 
 # Move to source directory
 # Move to source directory