wok view ghostscript/stuff/ghostscript-system-jasper.patch @ rev 16374

Up: slitaz-configs (5.4) Getting ready for 5.0-RC1
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 19:59:46 2014 +0200 (2014-04-14)
parents
children
line source
1 diff -up ghostscript-8.64/base/sjpx.c.system-jasper ghostscript-8.64/base/sjpx.c
2 --- ghostscript-8.64/base/sjpx.c.system-jasper 2008-08-21 00:22:49.000000000 +0100
3 +++ ghostscript-8.64/base/sjpx.c 2009-02-04 11:35:56.000000000 +0000
4 @@ -34,14 +34,6 @@ static void s_jpxd_set_defaults(stream_s
5 private_st_jpxd_state(); /* creates a gc object for our state,
6 defined in sjpx.h */
8 -/* error reporting callback for the jpx library */
9 -static void
10 -s_jpx_jas_error_cb(jas_error_t err, char *msg)
11 -{
12 - dprintf2("jasper (code %d) %s", (int)err, msg);
13 -}
14 -
15 -
16 /* initialize the steam.
17 this involves allocating the stream and image structures, and
18 initializing the decoder.
19 @@ -59,7 +51,6 @@ s_jpxd_init(stream_state * ss)
20 }
22 status = jas_init();
23 - jas_set_error_cb(s_jpx_jas_error_cb);
24 #ifdef JPX_DEBUG
25 /* raise the error reporting threshold from the default (0) */
26 jas_setdbglevel(1);