1. Home
  2. Browse
  3. dav1d

dav1d

v1.5.0#0Latest

dav1d is a new open-source AV1 decoder developed by the VideoLAN and FFmpeg communities and sponsored by the Alliance for Open Media.

Install

Run the following Vcpkg command to install the port.

vcpkg install dav1d

Usage

The package dav1d can be imported via CMake FindPkgConfig module:

find_package(PkgConfig REQUIRED)
pkg_check_modules(dav1d REQUIRED IMPORTED_TARGET dav1d)
target_link_libraries(main PkgConfig::dav1d)

Dependencies

See source

Version

v1.5.0#0

Publication

Supports

!(windows & x86 & !static)

GitLab

videolan/dav1d

Homepage

code.videolan.org/videolan/dav1d

Subtree

585e13706d

License

BSD-2-Clause

Definition

Manifest