mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 19:42:45 +01:00
Update ffmpeg to 4.3.1
This commit is contained in:
parent
0b2a66ff41
commit
9852b09abe
@ -296,7 +296,7 @@ void Util::Util::requestDataProtection()
|
||||
void Util::downloadFFMPEG()
|
||||
{
|
||||
QNetworkRequest req;
|
||||
QString ffmpegVersion { "ffmpeg-4.2.2" };
|
||||
QString ffmpegVersion { "ffmpeg-4.3.1" };
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
req.setUrl(QUrl("https://ffmpeg.zeranoe.com/builds/win64/static/" + ffmpegVersion + "-win64-static.zip"));
|
||||
|
Loading…
Reference in New Issue
Block a user