The dav1d package contains an AV1 decoder.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://code.videolan.org/videolan/dav1d/-/archive/1.5.2/dav1d-1.5.2.tar.gz
Download SHA256 Sum: 2fc0810b4cdf72784b3c107827ff10b1d83ec709a1ec1fbdbc6a932daf65ead6
Download MD5 sum: a75c0bbeeea1f8bece58f53038f1ef05
Download size: 11,492.7 KB
Estimated disk space required: 21,814.4 KB
Estimated build time: less than 1.0 SBU
Prepare dav1d by running the following commands:
meson setup build --prefix=/usr --buildtype=release
To Build the package, issue:
ninja -C build
To test the results, issue:
ninja -C build test
Now Install the package, as the root user:
ninja -C build install