Skip to content

Commit 794a047

Browse files
committed
Update compile-x265.mjs
1 parent 766d365 commit 794a047

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compile-x265.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export const enableX265 = (isMusl, isWindows) => {
6767
[
6868
"cmake",
6969
'-DCMAKE_INSTALL_PREFIX="remotion"',
70+
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5",
7071
"-DENABLE_SHARED:BOOL=OFF",
7172
"-DCMAKE_BUILD_TYPE=Release",
7273
"-DSTATIC_LINK_CRT:BOOL=" + (staticallyLinkCLibrary ? "ON" : "OFF"),

0 commit comments

Comments
 (0)