From 8dbc2a74cee53b4680ac7a9cd0b848a840897e64 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 3 Nov 2018 19:57:11 +0000 Subject: [PATCH] Small updates to the windows build docs. --- source/docs/en/latest/developer/build-windows.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/en/latest/developer/build-windows.markdown b/source/docs/en/latest/developer/build-windows.markdown index 40d50f28..23ecea3b 100644 --- a/source/docs/en/latest/developer/build-windows.markdown +++ b/source/docs/en/latest/developer/build-windows.markdown @@ -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`.