aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorNRK <nrk@disroot.org>2023-08-27 19:20:39 +0200
committerNRK <nrk@disroot.org>2023-10-01 13:30:15 +0200
commite1b851c4886ab3976f0591be5b740f2a3a8cb7d1 (patch)
tree14d730f57842d4c9c38f32b2e7e34ef860ded3f2 /config.mk
parent1fc28278b55a5835bfd57821619141bd92eed91d (diff)
downloadnsxiv-e1b851c4886ab3976f0591be5b740f2a3a8cb7d1.tar.zst
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
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk5
1 files changed, 0 insertions, 5 deletions
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