ソースを参照

* Added imlib2 note on builds without it

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 17年前
コミット
f4f8d0c5dd
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      src/img2txt.c

+ 4
- 0
src/img2txt.c ファイルの表示

@@ -67,6 +67,10 @@ static void usage(int argc, char **argv)
fprintf(stderr, "\t\t\tps : Postscript\n");
fprintf(stderr, "\t\t\tsvg : Scalable Vector Graphics\n");
fprintf(stderr, "\t\t\ttga : Targa Image\n\n");

#if !defined(USE_IMLIB2)
fprintf(stderr, "NOTE: This program has NOT been built with Imlib2 support. Only BMP loading is supported.\n");
#endif
}

int main(int argc, char **argv)


読み込み中…
キャンセル
保存