File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -160,12 +160,12 @@ def calculate_sha256(filename: str) -> str:
160160 ),
161161 Package (
162162 name = "x264" ,
163- source_url = "https://code.videolan.org/videolan/x264/-/archive/32c3b801191522961102d4bea292cdb61068d0dd /x264-32c3b801191522961102d4bea292cdb61068d0dd .tar.bz2" ,
164- sha256 = "d7748f350127cea138ad97479c385c9a35a6f8527bc6ef7a52236777cf30b839 " ,
163+ source_url = "https://code.videolan.org/videolan/x264/-/archive/b35605ace3ddf7c1a5d67a2eb553f034aef41d55 /x264-b35605ace3ddf7c1a5d67a2eb553f034aef41d55 .tar.bz2" ,
164+ sha256 = "6eeb82934e69fd51e043bd8c5b0d152839638d1ce7aa4eea65a3fedcf83ff224 " ,
165165 # assembly contains textrels which are not supported by musl
166- build_arguments = [ "--disable-cli" ] + ([ "--disable-asm" ] if is_musllinux else []),
167- # parallel build runs out of memory on Windows
168- build_parallel = plat != "Windows" ,
166+ build_arguments = (
167+ "--disable-lsmash --disable-swscale --disable-ffms --enable-strip" + ( " --disable-asm" if is_musllinux else "" )
168+ ). split ( " " ) ,
169169 ),
170170 Package (
171171 name = "x265" ,
You can’t perform that action at this time.
0 commit comments