Skip to content

Instantly share code, notes, and snippets.

@mitsugu
Last active January 16, 2022 05:37
Show Gist options
  • Save mitsugu/011130de71c1573f8f4cea713fa35930 to your computer and use it in GitHub Desktop.
Save mitsugu/011130de71c1573f8f4cea713fa35930 to your computer and use it in GitHub Desktop.
  1. build libaom aom - Git at Google
  2. build libdav1d VideoLAN / dav1d · GitLab
  3. build libyuv libyuv/libyuv - Git at Google
  4. build libavif include avifenc and avifdec AOMediaCodec/libavif: libavif - Library for encoding and decoding .avif files
    4.1. set option(AVIF_CODEC_AOM "Use the AOM codec for encoding/decoding (see AVIF_CODEC_AOM_DECODE/AVIF_CODEC_AOM_ENCODE)" ON)
    4.2. set option(AVIF_CODEC_DAV1D "Use the dav1d codec for decoding" ON)
    4.3. set option(AVIF_BUILD_APPS "Build avif apps." ON)
    4.4. cmake and make, sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment