Welcome to mirror list, hosted at ThFree Co, Russian Federation.

install-dav1d.sh « ci - gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 381b44981a5879af06aca5165576a5a85507f2fb (plain)
1
2
3
4
5
6
7
8
9
10
11
set -e

RELEASE=0.9.2

git clone https://code.videolan.org/videolan/dav1d.git --branch $RELEASE
cd dav1d
meson build -D prefix=/usr/local
ninja -C build
ninja -C build install
cd ..
rm -rf dav1d