]> git.pld-linux.org Git - packages/dvdauthor.git/blame - dvdauthor-libpng15.patch
- libdvdread rebuild
[packages/dvdauthor.git] / dvdauthor-libpng15.patch
CommitLineData
fd8c8f96
AG
1--- dvdauthor-0.6.14/src/spuunmux.c.orig 2012-02-10 20:37:16.203921406 +0100
2+++ dvdauthor-0.6.14/src/spuunmux.c 2012-02-10 20:37:51.200766465 +0100
3@@ -35,6 +35,7 @@
4 #include <netinet/in.h>
5
6 #include <png.h>
7+#include <zlib.h>
8
9 #include "rgb.h"
10
11@@ -460,7 +461,7 @@
12 return -1;
13 }
14
15- if (setjmp(png_ptr->jmpbuf)) {
16+ if (setjmp(png_jmpbuf(png_ptr))) {
17 png_destroy_write_struct(&png_ptr, &info_ptr);
18 fclose(fp);
19 return -1;
This page took 0.063293 seconds and 4 git commands to generate.