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: c14f154ea4eaca370d520a941f90b7cbe6d550bd (plain)
1
2
3
4
5
6
7
8
9
10
11
set -e

RELEASE=1.1.0

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