view src/openscenegraph-2-static.patch @ 647:e62e7f0d2650

new package: openscenegraph (by Martin Lambers)
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 20 Jan 2010 00:44:12 +0100
parents
children cd4bb34b43a2
line wrap: on
line source

This file is part of mingw-cross-env.
See doc/index.html or doc/README for further information.

diff -uNr OpenSceneGraph-2.8.2.orig/src/osgPlugins/exr/ReaderWriterEXR.cpp OpenSceneGraph-2.8.2/src/osgPlugins/exr/ReaderWriterEXR.cpp
--- OpenSceneGraph-2.8.2.orig/src/osgPlugins/exr/ReaderWriterEXR.cpp	2008-11-27 10:36:18.000000000 +0100
+++ OpenSceneGraph-2.8.2/src/osgPlugins/exr/ReaderWriterEXR.cpp	2010-01-14 17:55:32.000000000 +0100
@@ -4,11 +4,6 @@
 #include <osg/Image>
 #include <osg/GL>
 
-#ifdef _WIN32
-//Make the half format work against openEXR libs 
-#define OPENEXR_DLL
-#endif
-
 #include <osgDB/Registry>
 #include <osgDB/FileNameUtils>
 #include <osgDB/FileUtils>