Hi, today when updating libavif from 0.9.3 -> 0.10.1, an update hook was called that prints this error message: ``` g_module_open() failed for /usr/lib/libavif.so.14: /usr/lib/libavif.so.14: undefined symbol: I422ToARGBMatrixFilter ``` The hook calls the following command: `/usr/bin/gdk-pixbuf-query-loaders --update-cache /usr/lib/libavif.so.14`. Is this a packaging error or something wrong about the library?