mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add gstreamer setup script; use
This commit is contained in:
parent
049eb6887e
commit
11209c9fee
3 changed files with 22 additions and 1 deletions
2
support/linux/gstreamer/.gitignore
vendored
Normal file
2
support/linux/gstreamer/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
gstreamer/
|
||||
|
4
support/linux/gstreamer/gstreamer.sh
Normal file
4
support/linux/gstreamer/gstreamer.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
wget https://github.com/ferjm/gstreamer-1.14.1-ubuntu-trusty/raw/master/gstreamer.tar.gz
|
||||
tar -zxvf gstreamer.tar.gz
|
||||
rm gstreamer.tar.gz
|
||||
sed -i "s;prefix=/root/gstreamer;prefix=$PWD/gstreamer;g" $PWD/gstreamer/lib/x86_64-linux-gnu/pkgconfig/*.pc
|
Loading…
Add table
Add a link
Reference in a new issue