This website works better with JavaScript.
首頁
探索
說明
登入
Immanuel
/
sxiv
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
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;
Write
Preview
Loading…
取消
儲存