forked from mirrors/gstreamer-rs
Update travis to use GStreamer 1.14.3 binaries (including OpenGL library)
This commit is contained in:
parent
3a668fd0a1
commit
549ad086d5
1 changed files with 5 additions and 1 deletions
|
@ -11,6 +11,10 @@ addons:
|
|||
packages:
|
||||
- libglib2.0-dev
|
||||
- libxml2-dev
|
||||
- libegl1-mesa
|
||||
- libgles2-mesa
|
||||
- libgl1-mesa-dri
|
||||
- libgl1-mesa-glx
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
|
@ -22,7 +26,7 @@ script:
|
|||
- cargo build --all --all-features
|
||||
|
||||
before_install:
|
||||
- curl -L https://people.freedesktop.org/~slomo/gstreamer.tar.gz | tar xz
|
||||
- curl -L https://people.freedesktop.org/~slomo/gstreamer-1.14.3.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
|
||||
|
|
Loading…
Reference in a new issue