diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-14 08:36:48 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-14 08:36:48 +0200 |
commit | 49711068a6ace411fb29ee13f28f7dccc4f38a95 (patch) | |
tree | 18c1b9e2f6d9d0f4376c74b413e621465380681e /extra/opencv/libpng-1.4.patch | |
parent | 20c6f1e4ee2ca77e5e9120e0a0649ac744692b87 (diff) | |
download | nutyx-pakxe-49711068a6ace411fb29ee13f28f7dccc4f38a95.tar.gz nutyx-pakxe-49711068a6ace411fb29ee13f28f7dccc4f38a95.tar.bz2 nutyx-pakxe-49711068a6ace411fb29ee13f28f7dccc4f38a95.tar.xz nutyx-pakxe-49711068a6ace411fb29ee13f28f7dccc4f38a95.zip |
opencv, port nettoyé
Diffstat (limited to 'extra/opencv/libpng-1.4.patch')
-rw-r--r-- | extra/opencv/libpng-1.4.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/extra/opencv/libpng-1.4.patch b/extra/opencv/libpng-1.4.patch deleted file mode 100644 index c34c5a58a..000000000 --- a/extra/opencv/libpng-1.4.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur OpenCV-2.0.0-orig/src/highgui/grfmt_png.cpp OpenCV-2.0.0/src/highgui/grfmt_png.cpp ---- OpenCV-2.0.0-orig/src/highgui/grfmt_png.cpp 2010-01-21 01:08:46.000000000 -0500 -+++ OpenCV-2.0.0/src/highgui/grfmt_png.cpp 2010-01-21 01:13:11.000000000 -0500 -@@ -223,7 +223,7 @@ - png_set_palette_to_rgb( png_ptr ); - - if( m_color_type == PNG_COLOR_TYPE_GRAY && m_bit_depth < 8 ) -- png_set_gray_1_2_4_to_8( png_ptr ); -+ png_set_expand_gray_1_2_4_to_8( png_ptr ); - - if( CV_MAT_CN(m_type) > 1 && color ) - png_set_bgr( png_ptr ); // convert RGB to BGR |