summaryrefslogtreecommitdiffstats
path: root/extra/opencv/libpng-1.4.patch
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-07-15 14:50:11 +0200
committersibel <lesibel at free dot fr>2010-07-15 14:50:11 +0200
commitc0adc2e90826b7764b97ce94ea49fb4940df2f30 (patch)
treed0ce5dd411500b600985052af9ddfcc167029219 /extra/opencv/libpng-1.4.patch
parentc29e4346f549783de7afbdffba54fe3f88f34eae (diff)
downloadnutyx-extra-c0adc2e90826b7764b97ce94ea49fb4940df2f30.tar.gz
nutyx-extra-c0adc2e90826b7764b97ce94ea49fb4940df2f30.tar.bz2
nutyx-extra-c0adc2e90826b7764b97ce94ea49fb4940df2f30.tar.xz
nutyx-extra-c0adc2e90826b7764b97ce94ea49fb4940df2f30.zip
maj de opencv#2.1.0-1
Diffstat (limited to 'extra/opencv/libpng-1.4.patch')
-rw-r--r--extra/opencv/libpng-1.4.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/opencv/libpng-1.4.patch b/extra/opencv/libpng-1.4.patch
new file mode 100644
index 000000000..c34c5a58a
--- /dev/null
+++ b/extra/opencv/libpng-1.4.patch
@@ -0,0 +1,12 @@
+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