Skip to content

Commit

Permalink
Remove unneeded libxml2 and gtk deps and change gst binaries url
Browse files Browse the repository at this point in the history
  • Loading branch information
ferjm committed Jul 30, 2018
1 parent 284aeb2 commit 4059e16
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -17,7 +17,7 @@ matrix:
- sudo add-apt-repository 'deb http://apt.llvm.org/precise/ llvm-toolchain-precise-3.9 main' -y
- sudo apt-get update -q
- sudo apt-get install clang-3.9 llvm-3.9 llvm-3.9-runtime -y
- curl -L https://people.freedesktop.org/~slomo/gstreamer.tar.gz | tar xz
- curl -L https://github.com/ferjm/gstreamer-1.14.1-ubuntu-trusty/raw/master/gstreamer.tar.gz | tar xz
- sed -i "s;prefix=/root/gstreamer;prefix=$PWD/gstreamer;g" $PWD/gstreamer/lib/x86_64-linux-gnu/pkgconfig/*.pc
- export PKG_CONFIG_PATH=$PWD/gstreamer/lib/x86_64-linux-gnu/pkgconfig
- export GST_PLUGIN_SYSTEM_PATH=$PWD/gstreamer/lib/x86_64-linux-gnu/gstreamer-1.0
Expand Down Expand Up @@ -60,8 +60,6 @@ matrix:
- libdbus-glib-1-dev
- libedit-dev
- libglib2.0-dev
- libxml2-dev
- libgtk-3-dev

branches:
only:
Expand Down

0 comments on commit 4059e16

Please sign in to comment.