Commit 815b465d authored by Daniel Agar's avatar Daniel Agar Committed by GitHub

travis-ci install gstreamer for linux (#3540)

* travis-ci install gstreamer

* update linux gstreamer dependencies

* fixes #2540

* travis-ci doxygen to trusty
parent 5120b481
...@@ -37,7 +37,8 @@ matrix: ...@@ -37,7 +37,8 @@ matrix:
sudo: false sudo: false
- os: linux - os: linux
env: CONFIG=doxygen env: CONFIG=doxygen
sudo: false sudo: required
dist: trusty
android: android:
components: components:
...@@ -61,6 +62,9 @@ addons: ...@@ -61,6 +62,9 @@ addons:
- graphviz - graphviz
- libc6-i386 - libc6-i386
- libespeak-dev - libespeak-dev
- libgstreamer-plugins-base1.0-dev
- libgstreamer1.0-0:amd64
- libgstreamer1.0-dev
- libopenscenegraph-dev - libopenscenegraph-dev
- libsdl1.2-dev - libsdl1.2-dev
- libudev-dev - libudev-dev
......
...@@ -31,8 +31,7 @@ gst-launch-1.0 udpsrc port=5600 caps='application/x-rtp, media=(string)video, cl ...@@ -31,8 +31,7 @@ gst-launch-1.0 udpsrc port=5600 caps='application/x-rtp, media=(string)video, cl
Use apt-get to install GStreamer 1.0 Use apt-get to install GStreamer 1.0
``` ```
sudo apt-get install gstreamer1.0* sudo apt-get install libgstreamer-plugins-base1.0-dev libgstreamer1.0-0:amd64 libgstreamer1.0-dev
sudo apt-get install libgstreamer1.0*
``` ```
The build system is setup to use pkgconfig and it will find the necessary headers and libraries automatically. The build system is setup to use pkgconfig and it will find the necessary headers and libraries automatically.
......
...@@ -184,8 +184,7 @@ VideoEnabled { ...@@ -184,8 +184,7 @@ VideoEnabled {
} }
LinuxBuild { LinuxBuild {
message(" You can install it using apt-get") message(" You can install it using apt-get")
message(" sudo apt-get install gstreamer1.0*") message(" sudo apt-get install libgstreamer-plugins-base1.0-dev libgstreamer1.0-0:amd64 libgstreamer1.0-dev")
message(" sudo apt-get install libgstreamer1.0*")
} }
WindowsBuild { WindowsBuild {
message(" You can download it from http://gstreamer.freedesktop.org/data/pkg/windows/") message(" You can download it from http://gstreamer.freedesktop.org/data/pkg/windows/")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment