Denna sida fungerar bättre med Javascript igång.
Startsida
Utforska
Hjälp
Logga in
Immanuel
/
sxiv
Bevaka
1
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Pull-förfrågningar
0
Släpp
0
Wiki
Aktiviteter
Bläddra i källkod
Fixed compilation with giflib version 4.2.1
master
Bert Münnich
12 år sedan
förälder
97a2c05cc3
incheckning
eea8b7a98d
2 ändrade filer
med
6 tillägg
och
6 borttagningar
Delad Vy
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+5
-5
image.c
+ 1
- 1
Makefile
Visa fil
@@ -1,4 +1,4 @@
VERSION = git-201
21227
VERSION = git-201
30104
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
+ 5
- 5
image.c
Visa fil
@@ -24,17 +24,17 @@
#include <sys/types.h>
#include <unistd.h>
#if HAVE_GIFLIB
#include <gif_lib.h>
enum { MIN_GIF_DELAY = 25 };
#endif
#include "exif.h"
#include "image.h"
#include "options.h"
#include "util.h"
#include "config.h"
#if HAVE_GIFLIB
#include <gif_lib.h>
enum { MIN_GIF_DELAY = 25 };
#endif
float zoom_min;
float zoom_max;
Write
Förhandsgranska
Laddar…
Avbryt
Spara