Review fixes

This commit is contained in:
Manish Goregaokar 2018-09-06 12:24:11 +05:30
parent f270f3798d
commit d3ece2bc49
3 changed files with 14 additions and 14 deletions

View file

@ -6,7 +6,7 @@
set -o errexit
wget https://github.com/ferjm/gstreamer-1.14.1-ubuntu-trusty/raw/master/gstreamer.tar.gz -O gstreamer.tar.gz
wget http://servo-deps.s3.amazonaws.com/gstreamer/gstreamer-x86_64-linux-gnu.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