aboutsummaryrefslogtreecommitdiffstats
path: root/support/linux/gstreamer/gstreamer.sh
blob: 5f29235c675845d32f44949fd951667154258211 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/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 https://mozilla.org/MPL/2.0/.

set -o errexit

curl -L https://servo-deps-2.s3.amazonaws.com/gstreamer/gstreamer-1.16-x86_64-linux-gnu.20190515.tar.gz | tar xz
sed -i "s;prefix=/opt/gst;prefix=$PWD/gst;g" $PWD/gst/lib/pkgconfig/*.pc