このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Immanuel
/
sxiv
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Fixed compilation with giflib version 4.2.1
master
Bert Münnich
12年前
親
97a2c05cc3
コミット
eea8b7a98d
2個のファイルの変更
、
6行の追加
、
6行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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;
書き込み
プレビュー
読み込み中…
キャンセル
保存