이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
Immanuel
/
sxiv
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Fixed compilation with giflib version 4.2.1
master
Bert Münnich
12 년 전
부모
97a2c05cc3
커밋
eea8b7a98d
2개의 변경된 파일
과
6개의 추가작업
그리고
6개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+5
-5
image.c
+ 1
- 1
Makefile
파일 보기
@@ -1,4 +1,4 @@
VERSION = git-201
21227
VERSION = git-201
30104
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
0
0
0:0
불러오는 중...
취소
저장