]> git.pld-linux.org Git - packages/cinelerra.git/commitdiff
- libpng 1.4 fix
authorhawk <hawk@pld-linux.org>
Fri, 5 Mar 2010 12:46:22 +0000 (12:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cinelerra-libpng.patch -> 1.1

cinelerra-libpng.patch [new file with mode: 0644]

diff --git a/cinelerra-libpng.patch b/cinelerra-libpng.patch
new file mode 100644 (file)
index 0000000..bb5049a
--- /dev/null
@@ -0,0 +1,11 @@
+--- cinelerra/filepng.C.orig   2009-08-06 01:38:39.000000000 +0200
++++ cinelerra/filepng.C        2010-03-05 12:31:25.836243101 +0100
+@@ -54,7 +54,7 @@
+               fread(test, 16, 1, stream);
+               fclose(stream);
+-              if(png_check_sig((unsigned char*)test, 8))
++              if(png_sig_cmp((unsigned char*)test, 0, 8))
+               {
+ //printf("FilePNG::check_sig 1\n");
+                       return 1;
This page took 0.276498 seconds and 4 git commands to generate.