docs: Use all vcores when cross compiling for Windows.

This commit is contained in:
Bradley Sepos 2016-11-15 15:32:14 -05:00
parent 13412c7c1b
commit ae92296ca4

View File

@ -54,7 +54,7 @@ This process will take a few minutes, then provide you with instructions for add
Compile HandBrake.
./configure --cross=x86_64-w64-mingw32 --enable-x265 --enable-qsv --launch-jobs=1 --launch
./configure --cross=x86_64-w64-mingw32 --enable-x265 --enable-qsv --launch-jobs=$(nproc 2>/dev/null) --launch
When complete, you will find `HandBrakeCLI.exe` in the `build` directory and `hb.dll` in `build/libhb`.