Sfoglia il codice sorgente

* Added imlib2 note on builds without it

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 17 anni fa
parent
commit
f4f8d0c5dd
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      src/img2txt.c

+ 4
- 0
src/img2txt.c Vedi 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)


Caricamento…
Annulla
Salva