tree: b2b07766e55869c2553806749d09caee8de26275 [path history] [tgz]
  1. aom.cmd
  2. dav1d.cmd
  3. googletest.cmd
  4. libgav1.cmd
  5. libgav1_android.sh
  6. libjpeg.cmd
  7. libsharpyuv.cmd
  8. libyuv.cmd
  9. rav1e.cmd
  10. README.md
  11. svt.cmd
  12. svt.sh
  13. zlibpng.cmd
ext/README.md

libavif ext dir

This contains references to various external repositories which are known to build and work properly with the current libavif. If you are building for Windows or any kind of fully static (embedded) release, using these scripts in conjunction with the BUILD_SHARED_LIBS=0 and AVIF_LOCAL_* CMake flags make for a convenient way to get all of the dependencies necessary. This method is how many of libavif's continuous builders work.

However, if you are building this for a distribution or Unix-like environment in general, you can safely ignore this directory. Allow BUILD_SHARED_LIBS to keep its default (ON), enable the appropriate AVIF_BUILD_* CMake flags depending on which shared AV1 codec libraries you plan to leverage and depend on, and use the system's zlib, libpng, and libjpeg.