[packages/cinelerra] - removed part of png patch, which causes cinelerra to recognize non-png files as png files
wrobell
wrobell at pld-linux.org
Mon Sep 24 21:31:52 CEST 2012
commit cb7bff13f0ccfefe77ebc90a95a06f8cd08f34c6
Author: wrobell <wrobell at pld-linux.org>
Date: Mon Sep 24 20:31:15 2012 +0100
- removed part of png patch, which causes cinelerra to recognize non-png
files as png files
cinelerra-libpng.patch | 11 -----------
1 file changed, 11 deletions(-)
---
diff --git a/cinelerra-libpng.patch b/cinelerra-libpng.patch
index 103d87b..521e03a 100644
--- a/cinelerra-libpng.patch
+++ b/cinelerra-libpng.patch
@@ -1,14 +1,3 @@
---- 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;
--- plugins/shapewipe/shapewipe.C.orig 2012-09-21 19:50:49.184736513 +0100
+++ plugins/shapewipe/shapewipe.C 2012-09-21 19:51:20.498072776 +0100
@@ -467,7 +467,7 @@
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cinelerra.git/commitdiff/cb7bff13f0ccfefe77ebc90a95a06f8cd08f34c6
More information about the pld-cvs-commit
mailing list