We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293fa72 commit 4086fc6Copy full SHA for 4086fc6
compile-x265.mjs
@@ -26,7 +26,7 @@ export const enableX265 = (isMusl, isWindows) => {
26
});
27
}
28
29
- execSync("git checkout stable", {
+ execSync("git checkout 6e3f6f1752cf8110cc75a1b9c337c0a8ccac2a81", {
30
cwd: "x265",
31
stdio: "inherit",
32
0 commit comments