]> git.pld-linux.org Git - packages/dvdauthor.git/commitdiff
- new auto/th/dvdauthor-0_6_14-12
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 10 Feb 2012 19:40:10 +0000 (19:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dvdauthor-libpng15.patch -> 1.1

dvdauthor-libpng15.patch [new file with mode: 0644]

diff --git a/dvdauthor-libpng15.patch b/dvdauthor-libpng15.patch
new file mode 100644 (file)
index 0000000..3b4f70e
--- /dev/null
@@ -0,0 +1,19 @@
+--- dvdauthor-0.6.14/src/spuunmux.c.orig       2012-02-10 20:37:16.203921406 +0100
++++ dvdauthor-0.6.14/src/spuunmux.c    2012-02-10 20:37:51.200766465 +0100
+@@ -35,6 +35,7 @@
+ #include <netinet/in.h>
+ #include <png.h>
++#include <zlib.h>
+ #include "rgb.h"
+@@ -460,7 +461,7 @@
+       return -1;
+     }
+-    if (setjmp(png_ptr->jmpbuf)) {
++    if (setjmp(png_jmpbuf(png_ptr))) {
+       png_destroy_write_struct(&png_ptr, &info_ptr);
+       fclose(fp);
+       return -1;
This page took 0.061563 seconds and 4 git commands to generate.