docs: en: de: Remove x265 dependency from Arch build guide.

HandBrake always statically builds x265; this slipped in by accident.
This commit is contained in:
Bradley Sepos
2020-03-25 16:59:40 -04:00
parent eb39396314
commit b67a2c2e42
3 changed files with 3 additions and 6 deletions

View File

@@ -50,7 +50,6 @@ Abhängigkeiten:
- python2
- speex
- x264
- x265
- xz
Abhängigkeiten für die grafische Oberfläche:
@@ -71,7 +70,7 @@ Intel Quick Sync Video Abhängigkeiten:
Installiere Abhängigkeiten:
sudo pacman -S base-devel cmake flac fontconfig freetype2 fribidi git harfbuzz jansson lame libass libbluray libogg libsamplerate libtheora libvorbis libvpx libxml2 meson nasm ninja numactl opus python2 speex x264 x265 xz
sudo pacman -S base-devel cmake flac fontconfig freetype2 fribidi git harfbuzz jansson lame libass libbluray libogg libsamplerate libtheora libvorbis libvpx libxml2 meson nasm ninja numactl opus python2 speex x264 xz
Um die grafische Benutzeroberfläche zu bauen, installiere zusätzlich die Abhängigkeiten. Hierfür ist der GNOME Desktop mit den zugehörigen Paketen Voraussetzung; z.B.: installiert mit `pacman -S xorg xorg-server && pacman -S gnome gnome-extra`:

View File

@@ -50,7 +50,6 @@ Dependencies:
- python2
- speex
- x264
- x265
- xz
Intel Quick Sync Video dependencies (optional):
@@ -71,7 +70,7 @@ Graphical interface dependencies:
Install dependencies.
sudo pacman -S base-devel cmake flac fontconfig freetype2 fribidi git harfbuzz jansson lame libass libbluray libogg libsamplerate libtheora libvorbis libvpx libxml2 meson nasm ninja numactl opus python2 speex x264 x265 xz
sudo pacman -S base-devel cmake flac fontconfig freetype2 fribidi git harfbuzz jansson lame libass libbluray libogg libsamplerate libtheora libvorbis libvpx libxml2 meson nasm ninja numactl opus python2 speex x264 xz
To build with Intel Quick Sync Video support, install the QSV dependencies.

View File

@@ -50,7 +50,6 @@ Dependencies:
- python2
- speex
- x264
- x265
- xz
Intel Quick Sync Video dependencies (optional):
@@ -71,7 +70,7 @@ Graphical interface dependencies:
Install dependencies.
sudo pacman -S base-devel cmake flac fontconfig freetype2 fribidi git harfbuzz jansson lame libass libbluray libogg libsamplerate libtheora libvorbis libvpx libxml2 meson nasm ninja numactl opus python2 speex x264 x265 xz
sudo pacman -S base-devel cmake flac fontconfig freetype2 fribidi git harfbuzz jansson lame libass libbluray libogg libsamplerate libtheora libvorbis libvpx libxml2 meson nasm ninja numactl opus python2 speex x264 xz
To build with Intel Quick Sync Video support, install the QSV dependencies.