[Hdrflow-svn] SF.net SVN: hdrflow: [438] trunk/lib/extras
Status: Pre-Alpha
Brought to you by:
glslang
|
From: <gl...@us...> - 2008-03-31 20:35:43
|
Revision: 438
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=438&view=rev
Author: glslang
Date: 2008-03-31 13:35:39 -0700 (Mon, 31 Mar 2008)
Log Message:
-----------
More Nuke fileIO
Modified Paths:
--------------
trunk/lib/extras/m4/nuke.m4
trunk/lib/extras/src/nuke/readers.cpp
Modified: trunk/lib/extras/m4/nuke.m4
===================================================================
--- trunk/lib/extras/m4/nuke.m4 2008-03-31 20:23:34 UTC (rev 437)
+++ trunk/lib/extras/m4/nuke.m4 2008-03-31 20:35:39 UTC (rev 438)
@@ -22,7 +22,7 @@
CXXFLAGS="$CXXFLAGS ${NUKE_CXXFLAGS}"
AC_LANG(C++)
- AC_CHECK_HEADER(DDImage/Read.h,
+ AC_CHECK_HEADER(DDImage/Reader.h,
[ac_have_nuke="yes" AC_DEFINE(HAVE_NUKE,1,[Define this if you have Nuke devkit])],
[AC_MSG_WARN([*** Nuke development headers not available. Please check your Nuke installation ***])])
Modified: trunk/lib/extras/src/nuke/readers.cpp
===================================================================
--- trunk/lib/extras/src/nuke/readers.cpp 2008-03-31 20:23:34 UTC (rev 437)
+++ trunk/lib/extras/src/nuke/readers.cpp 2008-03-31 20:35:39 UTC (rev 438)
@@ -5,3 +5,9 @@
// Released under the GPL.
// For more information, see http://www.hdrflow.com.
+#include <DDImage/Reader.h>
+#include <DDImage/Row.h>
+#include <DDImage/Thread.h>
+#include <DDImage/DDString.h>
+#include <DDImage/Memory.h>
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|