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.4.1

This commit is contained in:
Maxim Biro 2021-12-07 04:30:00 -05:00 committed by Anthony Bilinski
parent bc7497a01c
commit 0eb4dc3735
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -433,8 +433,8 @@ fi
# FFmpeg
FFMPEG_PREFIX_DIR="$DEP_DIR/libffmpeg"
FFMPEG_VERSION=4.3.1
FFMPEG_HASH="ad009240d46e307b4e03a213a0f49c11b650e445b1f8be0dda2a9212b34d2ffb"
FFMPEG_VERSION=4.4.1
FFMPEG_HASH="eadbad9e9ab30b25f5520fbfde99fae4a92a1ae3c0257a8d68569a4651e30e02"
FFMPEG_FILENAME="ffmpeg-$FFMPEG_VERSION.tar.xz"
if [ ! -f "$FFMPEG_PREFIX_DIR/done" ]
then