On Sat, Jul 30, 2011 at 12:21:32AM +0200, Andreas Barth wrote:
> Hi Bill,
>
> are you sure it's do_fancy_downsampling? This FTBFS, but
> do_fancy_upsampling does.
Ah sorry. This is indeed do_fancy_upsampling.
This is the rule to apply:
If the software is written for libjpeg6b and:
1) it set raw_data_in to TRUE,
we should add
#if JPEG_LIB_VERSION >= 70
cinfo.do_fancy_downsampling = FALSE;
#endif
2) it set raw_data_out to TRUE
we should add
#if JPEG_LIB_VERSION >= 70
cinfo.do_fancy_upsampling = FALSE;
#endif
Here we have cinfo.raw_data_out = TRUE; so the seconf rule apply.
Cheers,
Bill.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]