1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(windows): update FFmepg to 4.2.3

(cherry picked from commit fd1f11c201)
This commit is contained in:
Maxim Biro 2020-05-24 02:10:36 -04:00 committed by Anthony Bilinski
parent 80b2eebead
commit 6f57251e74
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -430,8 +430,8 @@ fi
# FFmpeg
FFMPEG_PREFIX_DIR="$DEP_DIR/libffmpeg"
FFMPEG_VERSION=4.2.2
FFMPEG_HASH="cb754255ab0ee2ea5f66f8850e1bd6ad5cac1cd855d0a2f4990fb8c668b0d29c"
FFMPEG_VERSION=4.2.3
FFMPEG_HASH="9df6c90aed1337634c1fb026fb01c154c29c82a64ea71291ff2da9aacb9aad31"
FFMPEG_FILENAME="ffmpeg-$FFMPEG_VERSION.tar.xz"
if [ ! -f "$FFMPEG_PREFIX_DIR/done" ]
then