Browse Source

* Added imlib2 note on builds without it

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 17 years ago
parent
commit
f4f8d0c5dd
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/img2txt.c

+ 4
- 0
src/img2txt.c View File

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


Loading…
Cancel
Save