Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:DEFAULT_FMT

55  * You can change the default output format by defining DEFAULT_FMT;
69 #ifndef DEFAULT_FMT /* so can override from CFLAGS in Makefile */
70 #define DEFAULT_FMT FMT_PPM
109 (DEFAULT_FMT == FMT_BMP ? " (default)" : ""));
113 (DEFAULT_FMT == FMT_GIF ? " (default)" : ""));
117 (DEFAULT_FMT == FMT_OS2 ? " (default)" : ""));
121 (DEFAULT_FMT == FMT_PPM ? " (default)" : ""));
125 (DEFAULT_FMT == FMT_RLE ? " (default)" : ""));
129 (DEFAULT_FMT == FMT_TARGA ? " (default)" : ""));
177 requested_fmt = DEFAULT_FMT; /* set default output file format */