Skip to content

Commit

Permalink
[x264] do not parallelize build on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Jul 19, 2022
1 parent b556e94 commit f40efda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build-ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@
Package(
name="x264",
source_url="https://code.videolan.org/videolan/x264/-/archive/master/x264-master.tar.bz2",
# parallel build runs out of memory on Windows
build_parallel=platform.system() != "Windows",
),
Package(
name="x265",
Expand Down

0 comments on commit f40efda

Please sign in to comment.