New comment by lemmi on void-packages repository https://github.com/void-linux/void-packages/pull/42438#issuecomment-1444992456 Comment: Oh, so that was missing for `darktable` be able to export to `avif`. But I was wondering whether multiple encoders need to be enabled. I just glanced at the cmake file and didn't actually try and see what happens if only a single encoder is available: ``` -- Checking for module 'rav1e' -- Found rav1e, version 0.6.3 -- Found rav1e: /usr/lib/librav1e.so (found version "0.6.3") -- libavif: Codec enabled: rav1e (encode) -- Checking for module 'SvtAv1Enc' -- Found SvtAv1Enc, version 1.4.1 -- Found svt: /usr/lib/libSvtAv1Enc.so (found version "1.4.1") -- libavif: Codec enabled: svt (encode) -- Checking for module 'aom' -- Found aom, version 3.5.0 -- Found aom: /usr/lib/libaom.so (found version "3.5.0") -- libavif: Codec enabled: aom (encode/decode) ```