Closed GoogleCodeExporter closed 8 years ago
Same issue on a i686-pc-linux-gnu system using gcc 4.4.3
Original comment by sreejith...@gmail.com
on 29 Jul 2010 at 8:25
Thanks for the notification.
The signature for that function, which is incorrect
in the jpegiostub.c file, will be fixed in 1.66,
due out in a week.
Until then, you can build if you have that function return void:
void l_jpegSetNoChromaSampling(l_int32 flag)
{
L_ERROR("function not present", "l_jpegSetNoChromaSampling");
return;
}
Original comment by dan.bloo...@gmail.com
on 29 Jul 2010 at 3:55
1.66 is released
Original comment by dan.bloo...@gmail.com
on 11 Aug 2010 at 7:43
Original issue reported on code.google.com by
kpo...@gmail.com
on 25 Jul 2010 at 5:46