浏览代码

* 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)


正在加载...
取消
保存