ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/CV.xs
(Generate patch)

Comparing CV/CV.xs (file contents):
Revision 1.54 by root, Sat Dec 23 08:04:48 2017 UTC vs.
Revision 1.56 by root, Wed Dec 27 17:48:16 2017 UTC

201 201
202 PerlIO_write (fp, a85_buf, a85_ptr - a85_buf); 202 PerlIO_write (fp, a85_buf, a85_ptr - a85_buf);
203} 203}
204 204
205///////////////////////////////////////////////////////////////////////////// 205/////////////////////////////////////////////////////////////////////////////
206// memory source for libjpeg
206 207
207static void cv_ms_init (j_decompress_ptr cinfo) 208static void cv_ms_init (j_decompress_ptr cinfo)
208{ 209{
209} 210}
210 211
254 255
255MODULE = Gtk2::CV PACKAGE = Gtk2::CV 256MODULE = Gtk2::CV PACKAGE = Gtk2::CV
256 257
257PROTOTYPES: ENABLE 258PROTOTYPES: ENABLE
258 259
260# calculate the common prefix length of two strings
259# missing function in perl. really :) 261# missing function in perl. really :)
260int 262int
261common_prefix_length (a, b) 263common_prefix_length (a, b)
262 unsigned char *a = (unsigned char *)SvPVutf8_nolen ($arg); 264 unsigned char *a = (unsigned char *)SvPVutf8_nolen ($arg);
263 unsigned char *b = (unsigned char *)SvPVutf8_nolen ($arg); 265 unsigned char *b = (unsigned char *)SvPVutf8_nolen ($arg);
478 } 480 }
479 481
480 err_iter: 482 err_iter:
481 WebPDemuxReleaseIterator (&iter); 483 WebPDemuxReleaseIterator (&iter);
482 err_demux: 484 err_demux:
485 WebPDemuxDelete (demux);
483 486
484 perlinterp_acquire (); 487 perlinterp_acquire ();
485#else 488#else
486 croak ("load_webp: webp not enabled at compile time"); 489 croak ("load_webp: webp not enabled at compile time");
487#endif 490#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines