From e1b851c4886ab3976f0591be5b740f2a3a8cb7d1 Mon Sep 17 00:00:00 2001 From: NRK Date: Sun, 27 Aug 2023 23:20:39 +0600 Subject: remove legacy multi-frame loaders this removes the legacy gif and webp loaders. moving forward multi-frame/animated images will be loaded by imlib2 itself. Closes: https://codeberg.org/nsxiv/nsxiv/issues/397 --- config.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index fb28086..b1faec6 100644 --- a/config.mk +++ b/config.mk @@ -16,11 +16,6 @@ HAVE_INOTIFY = $(OPT_DEP_DEFAULT) HAVE_LIBFONTS = $(OPT_DEP_DEFAULT) HAVE_LIBEXIF = $(OPT_DEP_DEFAULT) -# unused if imlib2 version is 1.8.0 or higher. -# these options will be removed eventually. -HAVE_LIBGIF = $(OPT_DEP_DEFAULT) -HAVE_LIBWEBP = $(OPT_DEP_DEFAULT) - # CFLAGS, any additional compiler flags goes here CFLAGS = -Wall -pedantic -O2 -DNDEBUG # Uncomment for a debug build using gcc/clang -- cgit v1.2.3-54-g00ecf