From eccd7de532b09fb738638095675eefc7be96ecc3 Mon Sep 17 00:00:00 2001 From: NRK Date: Sat, 6 Nov 2021 20:58:50 +0600 Subject: remove unneeded animated-webp hacks now that imlib2 (v1.7.5) is able to load the first frame of an animated-webp file, we no longer need the `is_webp` check to bypass imlib2. ref: https://phab.enlightenment.org/T8964 --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index e5101cc..9ef626f 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ The following dependencies are optional. * libexif : Used for auto-orientation and exif thumbnails. Disable via `HAVE_LIBEXIF=0` * libwebp : Used for animated webp playback. + (NOTE: animated webp also requires Imlib2 v1.7.5 or above) Disabled via `HAVE_LIBWEBP=0`. Please make sure to install the corresponding development packages in case that -- cgit v1.2.3