Renamed SG_LIBRARY and SG_EXPORT macro's to OSG_LIBRARY and OSG_EXPORT
This commit is contained in:
@@ -110,7 +110,7 @@ CXXFILES =\
|
||||
VertexProgram.cpp\
|
||||
Viewport.cpp\
|
||||
|
||||
DEF += -DSG_LIBRARY
|
||||
DEF += -DOSG_LIBRARY
|
||||
|
||||
LIBS += $(GL_LIBS) $(OTHER_LIBS)
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ unsigned int Texture::getMinimumNumberOfTextureObjectsToRetainInCache()
|
||||
return s_minimumNumberOfTextureObjectsToRetainInCache;
|
||||
}
|
||||
|
||||
class SG_EXPORT TextureObjectManager : public osg::Referenced
|
||||
class TextureObjectManager : public osg::Referenced
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ namespace osg {
|
||||
/**
|
||||
* MPEG1/2 Image Stream class.
|
||||
*/
|
||||
class SG_EXPORT MpegImageStream : public osg::ImageStream, public OpenThreads::Thread
|
||||
class MpegImageStream : public osg::ImageStream, public OpenThreads::Thread
|
||||
{
|
||||
public:
|
||||
MpegImageStream(const char* fileName = NULL);
|
||||
|
||||
@@ -39,7 +39,7 @@ namespace osg {
|
||||
/**
|
||||
* Quicktime Image Stream class.
|
||||
*/
|
||||
class SG_EXPORT QuicktimeImageStream : public osg::ImageStream, public OpenThreads::Thread
|
||||
class QuicktimeImageStream : public osg::ImageStream, public OpenThreads::Thread
|
||||
{
|
||||
public:
|
||||
QuicktimeImageStream(std::string fileName = "");
|
||||
|
||||
Reference in New Issue
Block a user