This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
sxiv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed compilation with giflib version 4.2.1
master
Bert Münnich
12 years ago
parent
97a2c05cc3
commit
eea8b7a98d
2 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+5
-5
image.c
+ 1
- 1
Makefile
View File
@@ -1,4 +1,4 @@
VERSION = git-201
21227
VERSION = git-201
30104
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
+ 5
- 5
image.c
View File
@@ -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
Preview
|
|
|
|
|
|
x
0
0
0:0
Loading…
Cancel
Save