Add gstreamer setup script; use

This commit is contained in:
Manish Goregaokar 2018-09-03 12:06:27 +05:30
parent 049eb6887e
commit 11209c9fee
3 changed files with 22 additions and 1 deletions

2
support/linux/gstreamer/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
gstreamer/

View 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