mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add mach bootstrap-gstreamer
This commit is contained in:
parent
1913ac706c
commit
eba68a1a49
5 changed files with 30 additions and 6 deletions
|
@ -1,4 +1,12 @@
|
|||
wget https://github.com/ferjm/gstreamer-1.14.1-ubuntu-trusty/raw/master/gstreamer.tar.gz
|
||||
tar -zxvf gstreamer.tar.gz
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
set -o errexit
|
||||
|
||||
wget https://github.com/ferjm/gstreamer-1.14.1-ubuntu-trusty/raw/master/gstreamer.tar.gz -O gstreamer.tar.gz
|
||||
tar -zxf 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
|
||||
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