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: be806bc4d5e651cb5ed9e35156b449e05ecc142f (plain)
1
2
3
4
5
6
7
8
RELEASE=0.6.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 ..