Show
Ignore:
Timestamp:
12/15/09 10:16:20 (3 years ago)
Author:
robert
Message:

Changed GL_BGRA_EXT to GL_BGRA and added include of include/osg/Image to make sure define is declared

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/src/osgPlugins/quicktime/QTImportExport.cpp

    r9769 r10891  
    1313 
    1414#include <osgDB/FileNameUtils> 
     15#include <osg/Image> 
    1516 
    1617 
     
    152153                    break; 
    153154                 
    154                 case GL_BGRA_EXT: 
     155                case GL_BGRA: 
    155156                    aoffset = 0; 
    156157                    roffset = 1;