From 9d547d8cc6106609a1fbede0e92b20d3891afc24 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Wed, 13 Dec 2017 22:32:34 -0500 Subject: [PATCH] docs: More Windows build docs revisions. --- source/docs/en/latest/developer/build-windows.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/docs/en/latest/developer/build-windows.markdown b/source/docs/en/latest/developer/build-windows.markdown index b3c5bdbb..e621183b 100644 --- a/source/docs/en/latest/developer/build-windows.markdown +++ b/source/docs/en/latest/developer/build-windows.markdown @@ -65,11 +65,9 @@ Build the MinGW-w64 toolchain using the included script, where `username` is you This process will take a few minutes, then provide you with instructions for adding the resulting binaries location to your environment's `PATH`. Do this now. -Build HandBrake. +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 - - If you wish to use a higher quality AAC encoder, you can use the --enable-fdk-aac option. Please note that by doing so, HandBrake can NO LONGER BE DISTRIBUTED and can only be used for personal use. The FDK AAC encoder is not GPLv2 compatible. When complete, you will find `HandBrakeCLI.exe` in the `build` directory and `hb.dll` in `build/libhb`. @@ -99,3 +97,5 @@ Source code for the GUI resides in the `win\CS` folder and the solution file is To build the GUI, select Build Solution from the Build menu. When complete, locate the output folder where `HandBrake.exe` is created (typically in `win\CS\HandBrakeWPF\bin\...`, depending on the selected build profile). Copy `hb.dll` to this folder. This completes the build process. + +[^fdk-aac-license]: The FDK AAC encoder is only provided in source code form and is not fully compatible with the GNU General Public License Version 2 used by HandBrake. Builds including FDK AAC must be for personal use only and may not be distributed. Do not share the build product with others.