dav1d-1.5.3

Introduction to dav1d

The dav1d package contains an AV1 decoder.

[Note]

Note

This version of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable version of the System V books.

Package Information

dav1d Dependencies

Recommended

Optional

xxhash

Installation of dav1d

Install dav1d by running the following commands:

mkdir build &&
cd    build &&

meson setup --prefix=/usr --buildtype=release .. &&
ninja

To test the results, run ninja test.

Now, as the root user:

ninja install

Contents

Installed Programs: dav1d
Installed Libraries: libdav1d.so
Installed Directories: /usr/include/dav1d

Short Descriptions

dav1d

is the dav1d decoder utility

libdav1d.so

contains functions that enable decoding files that use the AV1 codec