diff options
author | sibel <lesibel@free.fr> | 2011-03-11 06:20:51 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-11 06:20:51 +0100 |
commit | 2a6e8b7be7f04961aaf6312cf72b11c84091e193 (patch) | |
tree | a3fd8324225a99dc1a2c945b4e478f01d096260d /extra/vigra/libpng-1.4.patch | |
parent | 5bd34b1ae790c2d53e22f9dbfe4bf9fc71c2ae88 (diff) | |
download | nutyx-extra-2a6e8b7be7f04961aaf6312cf72b11c84091e193.tar.gz nutyx-extra-2a6e8b7be7f04961aaf6312cf72b11c84091e193.tar.bz2 nutyx-extra-2a6e8b7be7f04961aaf6312cf72b11c84091e193.tar.xz nutyx-extra-2a6e8b7be7f04961aaf6312cf72b11c84091e193.zip |
vigra déplacé dans ouvert
Diffstat (limited to 'extra/vigra/libpng-1.4.patch')
-rw-r--r-- | extra/vigra/libpng-1.4.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/extra/vigra/libpng-1.4.patch b/extra/vigra/libpng-1.4.patch deleted file mode 100644 index 3c69e8eb8..000000000 --- a/extra/vigra/libpng-1.4.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Naur vigra1.6.0-orig/src/impex/png.cxx vigra1.6.0/src/impex/png.cxx ---- vigra1.6.0-orig/src/impex/png.cxx 2010-01-20 19:46:57.000000000 -0500 -+++ vigra1.6.0/src/impex/png.cxx 2010-01-20 19:47:55.000000000 -0500 -@@ -270,8 +270,8 @@ - // expand gray values to at least one byte size - if ( color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8 ) { - if (setjmp(png->jmpbuf)) -- vigra_postcondition( false,png_error_message.insert(0, "error in png_set_gray_1_2_4_to_8(): ").c_str()); -- png_set_gray_1_2_4_to_8(png); -+ vigra_postcondition( false,png_error_message.insert(0, "error in png_set_expand_gray_1_2_4_to_8(): ").c_str()); -+ png_set_expand_gray_1_2_4_to_8(png); - bit_depth = 8; - } - |