Details
-
Defect
-
Status: Product Review
-
Minor
-
Resolution: Fixed
-
Sprint 3
-
None
-
g++ (Gentoo 4.4.3 p1.0) 4.4.3
cmake version 2.6-patch 4
media-libs/libpng-1.4.3 (after following the steps at http://blog.flameeyes.eu/2010/06/29/stable-users-libpng-update to clean out left over libpng-1.2.43 files and to fix stuff depending on them.)
Description
Some Linux distributions have upgraded to libPNG 1.4.x. Some viewer code assumes png12 (libPNG 1.2.x), which can lead to problems when building STANDALONE.
version_agnostic_libpng__1.diff should allow linking to either png12 or png14, assuming there are non-versioned (just "png") symlinks to the versioned files.