[Hdrflow-svn] SF.net SVN: hdrflow: [414] trunk/lib/extras/src/imf/mfn/mfn.cpp
Status: Pre-Alpha
Brought to you by:
glslang
From: <gl...@us...> - 2008-02-19 21:30:15
|
Revision: 414 http://hdrflow.svn.sourceforge.net/hdrflow/?rev=414&view=rev Author: glslang Date: 2008-02-19 13:30:13 -0800 (Tue, 19 Feb 2008) Log Message: ----------- + minor tweaks Modified Paths: -------------- trunk/lib/extras/src/imf/mfn/mfn.cpp Modified: trunk/lib/extras/src/imf/mfn/mfn.cpp =================================================================== --- trunk/lib/extras/src/imf/mfn/mfn.cpp 2008-02-18 20:54:44 UTC (rev 413) +++ trunk/lib/extras/src/imf/mfn/mfn.cpp 2008-02-19 21:30:13 UTC (rev 414) @@ -220,13 +220,12 @@ extensions.append( "cr2" ); extensions.append( "raw" ); extensions.append( "dpx" ); + extensions.append( "avi" ); CHECK_MSTATUS( plugin.registerImageFile( "HDRFlow", hdrflow::extras::mfn::image_reader::creator, extensions ) ); pl::init( ); -#ifndef NDEBUG MGlobal::displayInfo( "HDRFlow: initialised. Please contact su...@cr... for support." ); -#endif return MS::kSuccess; } @@ -236,9 +235,7 @@ MFnPlugin plugin( obj ); CHECK_MSTATUS( plugin.deregisterImageFile( "HDRFlow" ) ); -#ifndef NDEBUG MGlobal::displayInfo( "HDRFlow: uninitialised ..." ); -#endif return MS::kSuccess; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |