Skip to content

Install webp animation utils

Hurricane Pootis requested to merge hurricanepootis/libwebp:animation_utils into main

Whenever libwebp is built, these animation utils are automatically built, but don't get installed with cmake. These utils are important because they allow people to work with animated webp files. This is especially important to consider, since ffmpeg cannot decode animated webp files at the moment.

Since the binaries are already built, they just have to be installed.

Merge request reports