Skip to content

Commit 4086fc6

Browse files
committed
Update compile-x265.mjs
1 parent 293fa72 commit 4086fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile-x265.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const enableX265 = (isMusl, isWindows) => {
2626
});
2727
}
2828

29-
execSync("git checkout stable", {
29+
execSync("git checkout 6e3f6f1752cf8110cc75a1b9c337c0a8ccac2a81", {
3030
cwd: "x265",
3131
stdio: "inherit",
3232
});

0 commit comments

Comments
 (0)