소스 검색

Fixed compilation with giflib version 4.2.1

master
Bert Münnich 12 년 전
부모
커밋
eea8b7a98d
2개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. +1
    -1
      Makefile
  2. +5
    -5
      image.c

+ 1
- 1
Makefile 파일 보기

@@ -1,4 +1,4 @@
VERSION = git-20121227
VERSION = git-20130104

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


+ 5
- 5
image.c 파일 보기

@@ -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;



||||||
x
 
000:0
불러오는 중...
취소
저장