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

install-dav1d.sh « ci - github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec6234a28542988d810c80bf31a98d22158c1dc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
set -e

RELEASE=1.0.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