docs: Add gstreamer1.0-libav to Ubuntu 18.04 graphical dependencies.

Closes #65.
This commit is contained in:
Bradley Sepos 2018-12-10 11:38:13 -05:00
parent b6fedd095a
commit 3bfdd2f65f
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7
2 changed files with 10 additions and 1 deletions

View File

@ -71,6 +71,10 @@ Graphical interface dependencies:
- libnotify-dev
- libwebkitgtk-3.0-dev
Additional Ubuntu 18.04 LTS graphical interface dependencies:
- gstreamer1.0-libav
Install dependencies.
sudo apt-get update
@ -84,4 +88,8 @@ To build the GTK [GUI](abbr:Graphical User Interface), install the graphical int
sudo apt-get install intltool libappindicator-dev libdbus-glib-1-dev libglib2.0-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgtk-3-dev libgudev-1.0-dev libnotify-dev libwebkitgtk-3.0-dev
If you are running Ubuntu 18.04 LTS, install the additional graphical interface dependencies.
sudo apt-get install gstreamer1.0-libav
Ubuntu is now prepared to build HandBrake. See [Building HandBrake for Linux](build-linux.html) for further instructions.

View File

@ -60,6 +60,7 @@ Dependencies:
Graphical interface dependencies:
- gstreamer1.0-libav
- intltool
- libappindicator-dev
- libdbus-glib-1-dev
@ -78,6 +79,6 @@ Install dependencies.
To build the GTK [GUI](abbr:Graphical User Interface), install the graphical interface dependencies.
sudo apt-get install intltool libappindicator-dev libdbus-glib-1-dev libglib2.0-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgtk-3-dev libgudev-1.0-dev libnotify-dev libwebkitgtk-3.0-dev
sudo apt-get install gstreamer1.0-libav intltool libappindicator-dev libdbus-glib-1-dev libglib2.0-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgtk-3-dev libgudev-1.0-dev libnotify-dev libwebkitgtk-3.0-dev
Ubuntu is now prepared to build HandBrake. See [Building HandBrake for Linux](build-linux.html) for further instructions.