Skip to content

gdk: Optionally support avif images

Matthias Clasen requested to merge avif-support into main

Add a loader for avif images. It uses libavif and produces dmabufs when /dev/udmabuf is available. Otherwise it produces YUVA memory textures.

This is mainly meant to facility testing of our yuv support, and is disabled by default. Use -Davif=enabled to build with avif support.

Merge request reports