Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
enblend-enfuse
enblend-enfuse-libpng14.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File enblend-enfuse-libpng14.patch of Package enblend-enfuse
Index: enblend-enfuse-4.0-753b534c819d/src/vigra_impex/png.cxx =================================================================== --- enblend-enfuse-4.0-753b534c819d.orig/src/vigra_impex/png.cxx +++ enblend-enfuse-4.0-753b534c819d/src/vigra_impex/png.cxx @@ -274,8 +274,8 @@ namespace vigra { // 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; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor