E. Wing wrote:
> So for now, you want to skip building the QuickTime plugin. You can
> edit your CMakeLists.txt in the src/osgPlugins directory and remove
> the entry that handles that plugin.

Disabling the Quicktime plugin on the Mac should not impact 
functionality for regular images. For a long time I have been using the 
regular image plugins (libtiff, libpng, etc) for images on the Mac 
because the Quicktime plugin didn't seem to handle partial transparency, 
which was required for my application. I don't know how to do it under 
cmake, but under the old makefile build system you only needed to set 
DARWIN_QUICKTIME environment variable to 'no' in order to disable the 
quicktime plugin. Of course, those image libraries may have their own 
64-bit incompatibilities, but at least they're open source.


_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to