Small updates to the windows build docs.

This commit is contained in:
sr55 2018-11-03 19:57:11 +00:00
parent 43af1c9b70
commit 8dbc2a74ce
No known key found for this signature in database
GPG Key ID: DC68C9CE6FEC775F

View File

@ -73,7 +73,7 @@ This process will take a few minutes, then provide you with instructions for add
Build HandBrake. For higher quality audio, enable the FDK AAC encoder by appending `--enable-fdk-aac`. Builds including FDK AAC must be for personal use only and may not be distributed.[^fdk-aac-license]
./configure --cross=x86_64-w64-mingw32 --enable-qsv --launch-jobs=$(nproc) --launch
./configure --cross=x86_64-w64-mingw32 --enable-qsv --enable-vce --enable-nvenc --launch-jobs=$(nproc) --launch
When complete, you will find `HandBrakeCLI.exe` in the `build` directory and `hb.dll` in `build/libhb`.