From 9efe4168b78bfb12b8747789d15116da6bd1de78 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 28 Apr 2020 14:09:10 +0200 Subject: ci: install dav1d when generating image Save us from using the static version when building the crate. --- ci/install-dav1d.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ci/install-dav1d.sh (limited to 'ci/install-dav1d.sh') diff --git a/ci/install-dav1d.sh b/ci/install-dav1d.sh new file mode 100644 index 00000000..be806bc4 --- /dev/null +++ b/ci/install-dav1d.sh @@ -0,0 +1,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 .. -- cgit v1.2.3