summaryrefslogtreecommitdiff
path: root/media-gfx/imv/files/imv-4.3.1_p20211221-animated-gif.patch
blob: 3b7ac34a3a80e4a819222ba6b75682d846872973 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Upstream priorizes freeimage in general, but nsgif supports animated
gif while freeimage displays them as a static image. This allows setting
USE=freeimage while still getting animations if (optional) USE=gif.
--- a/src/main.c
+++ b/src/main.c
@@ -20,2 +20,6 @@
 
+#ifdef IMV_BACKEND_LIBNSGIF
+  imv_install_backend(imv, &imv_backend_libnsgif);
+#endif
+
 #ifdef IMV_BACKEND_FREEIMAGE
@@ -39,6 +43,2 @@
 #endif
-
-#ifdef IMV_BACKEND_LIBNSGIF
-  imv_install_backend(imv, &imv_backend_libnsgif);
-#endif