Pārlūkot izejas kodu

Fixed build for giflib version >= 5.0; fixed issue #90

master
Bert Münnich pirms 11 gadiem
vecāks
revīzija
b1a24cb018
2 mainītis faili ar 5 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      Makefile
  2. +4
    -0
      image.c

+ 1
- 1
Makefile Parādīt failu

@@ -1,4 +1,4 @@
VERSION = git-20130414
VERSION = git-20130421

PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man


+ 4
- 0
image.c Parādīt failu

@@ -125,7 +125,11 @@ bool img_load_gif(img_t *img, const fileinfo_t *file)
img->multi.cnt = 0;
img->multi.sel = 0;

#if defined(GIFLIB_MAJOR) && GIFLIB_MAJOR >= 5
gif = DGifOpenFileName(file->path, NULL);
#else
gif = DGifOpenFileName(file->path);
#endif
if (gif == NULL) {
warn("could not open gif file: %s", file->name);
return false;


Notiek ielāde…
Atcelt
Saglabāt