[Hdrflow-svn] SF.net SVN: hdrflow: [337] trunk/lib/openlibraries
Status: Pre-Alpha
Brought to you by:
glslang
From: <gl...@us...> - 2007-09-30 19:20:14
|
Revision: 337 http://hdrflow.svn.sourceforge.net/hdrflow/?rev=337&view=rev Author: glslang Date: 2007-09-30 12:20:13 -0700 (Sun, 30 Sep 2007) Log Message: ----------- +update to 0.5.0 (*nix) Modified Paths: -------------- trunk/lib/openlibraries/configure.ac trunk/lib/openlibraries/test/openimagelib/GL/_2D_scale/_2D_scale.cpp Modified: trunk/lib/openlibraries/configure.ac =================================================================== --- trunk/lib/openlibraries/configure.ac 2007-09-30 18:52:11 UTC (rev 336) +++ trunk/lib/openlibraries/configure.ac 2007-09-30 19:20:13 UTC (rev 337) @@ -12,11 +12,11 @@ dnl Versioning dnl OL_MAJOR=0 -OL_MINOR=4 +OL_MINOR=5 OL_SUB=0 OL_LT_CURRENT=0 -OL_LT_REVISION=4 +OL_LT_REVISION=5 OL_LT_AGE=0 AC_SUBST(OL_MAJOR) @@ -28,7 +28,7 @@ AC_SUBST(OL_LT_AGE) dnl -AM_INIT_AUTOMAKE("openlibraries", 0.4.0) +AM_INIT_AUTOMAKE("openlibraries", 0.5.0) dnl Check for programs AC_PROG_CXX Modified: trunk/lib/openlibraries/test/openimagelib/GL/_2D_scale/_2D_scale.cpp =================================================================== --- trunk/lib/openlibraries/test/openimagelib/GL/_2D_scale/_2D_scale.cpp 2007-09-30 18:52:11 UTC (rev 336) +++ trunk/lib/openlibraries/test/openimagelib/GL/_2D_scale/_2D_scale.cpp 2007-09-30 19:20:13 UTC (rev 337) @@ -74,7 +74,7 @@ il::openimagelib_plugin_ptr plug = boost::shared_dynamic_cast<il::openimagelib_plugin>( i->create_plugin( "" ) ); if( !plug ) return 0; - il::image_type_ptr image = plug->load( opl::make_stream( path, std::ios::in ) ); + il::image_type_ptr image = plug->load( path ); if( !image ) return 0; image = il::conform( image, il::cropped | il::flipped | il::flopped ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |