docs: Remove --enable-x265 from build docs.

Feature is already enabled by default.
This commit is contained in:
Bradley Sepos
2017-06-21 02:10:04 -04:00
parent da9291521b
commit e735d60c64
2 changed files with 2 additions and 2 deletions

View File

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

View File

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