11 lines
454 B
Diff
11 lines
454 B
Diff
diff -up xloadimage.4.1/jpeg.c.bracketfix xloadimage.4.1/jpeg.c
|
|
--- xloadimage.4.1/jpeg.c.bracketfix 2011-06-28 16:54:25.097451047 -0400
|
|
+++ xloadimage.4.1/jpeg.c 2011-06-28 16:54:32.707354456 -0400
|
|
@@ -319,6 +319,7 @@ static void parseOptions(j_compress_ptr
|
|
if (verbose)
|
|
printf(" Using arithmetic coding.\n");
|
|
cinfo->arith_code = TRUE;
|
|
+ }
|
|
#else
|
|
fprintf(stderr, "jpegDump: sorry, arithmetic coding not supported\n");
|
|
}
|