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

chore(windows): update FFmpeg to 4.2.1

This commit is contained in:
Maxim Biro 2019-09-17 22:01:04 -04:00 committed by Anthony Bilinski
parent 003f8ca988
commit a7555c6925
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -450,8 +450,8 @@ fi
# FFmpeg
FFMPEG_PREFIX_DIR="$DEP_DIR/libffmpeg"
FFMPEG_VERSION=4.1.3
FFMPEG_HASH="0c3020452880581a8face91595b239198078645e7d7184273b8bcc7758beb63d"
FFMPEG_VERSION=4.2.1
FFMPEG_HASH="cec7c87e9b60d174509e263ac4011b522385fd0775292e1670ecc1180c9bb6d4"
FFMPEG_FILENAME="ffmpeg-$FFMPEG_VERSION.tar.xz"
if [ ! -f "$FFMPEG_PREFIX_DIR/done" ]
then