Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Don't automatically check for FFmpeg updates
Browse files Browse the repository at this point in the history
Sadly, FFmpeg 4.4 regresses on the nvenc front. We want to hold it
back until it's fixed.

Remove the automatic update check from FFmpeg.
  • Loading branch information
GeorgesStavracas committed May 13, 2021
1 parent 0165079 commit 29298cd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions com.obsproject.Studio.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,7 @@
{
"type": "archive",
"url": "https://www.ffmpeg.org/releases/ffmpeg-4.4.tar.xz",
"sha256": "06b10a183ce5371f915c6bb15b7b1fffbe046e8275099c96affc29e17645d909",
"x-checker-data": {
"type": "anitya",
"project-id": 5405,
"url-template": "https://www.ffmpeg.org/releases/ffmpeg-$version.tar.xz"
}
"sha256": "06b10a183ce5371f915c6bb15b7b1fffbe046e8275099c96affc29e17645d909"
}
]
},
Expand Down

0 comments on commit 29298cd

Please sign in to comment.