gst-plugins-rs/ci/install-dav1d.sh
Jordan Petridis a4aa45d27f ci: remove the david checkot after install
Makes the docker image slightly smaller
2022-05-10 12:34:03 +03:00

12 lines
195 B
Bash

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