You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/ccextractor/files/ccextractor-0.68-libpng.patch

11 lines
316 B

--- src/608_spupng.cpp.orig 2014-03-19 10:32:47.578960867 -0600
+++ src/608_spupng.cpp 2014-03-19 10:33:00.692179157 -0600
@@ -490,7 +490,7 @@
{
unsigned int i;
- if (setjmp (png_ptr->jmpbuf))
+ if (setjmp(png_jmpbuf(png_ptr)))
return 0;
png_init_io (png_ptr, fppng);