Lines Matching refs:do

25 If that doesn't complain, do
27 (better do "make -n install" first to see if the makefile will put the files
95 override. You can do this by providing optional switches to configure:
123 software's internal virtual memory mechanism. To do this, give the option
166 the comments in jconfig.txt should be enough information to do this; just
169 ckconfig.c by hand --- we hope you know at least enough to do that.
194 project files (or whatever you do use) to compile all the source files and
198 libjpeg first, but you don't have to do that if you don't want to; the file
234 code to do this is rather system-dependent. We provide five different
258 16-bit MS-DOS compilers already do both.
304 There are a fair number of routines that do not use all of their parameters;
352 use the latter style and therefore do not exercise stdin/stdout! If this
382 (You'll probably need to be root to do this.) We recommend first saying
393 If you generated a Makefile with "configure", it will do what it thinks
405 prints percentages to stderr, but you can customize it to do something
428 To do so:
485 do remove ISLOW or IFAST, be sure to redefine JDCT_DEFAULT or JDCT_FASTEST
521 that float DCT results may vary slightly across machines.) To do that, add
529 memory though, particularly in some multi-pass modes, so don't do it unless
541 back off if the code fails self-test.) If you do any experimentation along
599 jconfig.h to do this.
651 (and do NOT add -Aa); or just run configure without the CC option.
787 setmode(), you can use one-file style if you like. To do this, define
792 makefiles do NOT use stdin/stdout.
800 8086-compatible code!) For flat-memory-space compilers, do NOT define
801 NEED_FAR_POINTERS, and do NOT use jmemdos.c. Use jmemnobs.c if the
861 is to make the IJG library use "unsigned char" for boolean. To do that,
895 It's highly recommended that you at least do that much, since otherwise
908 let Windows do any virtual memory management needed. You should NOT use
969 usable from other languages, such as Visual Basic. This is on our to-do list
986 /* If image width is odd, do the last output column separately */
1085 If you are using configure, you can do this by saying
1094 be float. To do this, put "#define JDCT_DEFAULT JDCT_FLOAT" in jconfig.h.