docker/fedora: Install libdav1d
authorPhilippe Normand <phil@base-art.net>
Wed, 25 Dec 2019 10:08:08 +0000 (11:08 +0100)
committerJordan Petridis <jordan@centricular.com>
Wed, 29 Jan 2020 14:28:59 +0000 (16:28 +0200)
This library is required for the gst-plugins-rs rsdav1d plugin build.

docker/fedora/prepare.sh

index 0eb8823..1d63005 100644 (file)
@@ -22,6 +22,8 @@ dnf install -y \
     libaom \
     libaom-devel \
     libcaca-devel \
+    libdav1d \
+    libdav1d-devel \
     ccache \
     cmake \
     clang-devel \
@@ -122,6 +124,7 @@ dnf debuginfo-install -y gtk3 \
     glib-networking \
     libcurl \
     libsoup \
+    nasm \
     nss \
     nss-softokn \
     nss-softokn-freebl \