Hi Ulrich, hi Serge

Am 30.01.10 04:38, schrieb Ulrich Hertlein:
> I'm not too familiar with QT/QD anyhow so I thought I'd flag it here instead.

It seems, that the last submission for the quicktime plugin was tested
only on windows.

can you try to replace the offending line from

Rect bounds = (*GetMovieBoundsRgn(_movie))->rgnBBox;

to

Rect bounds;
GetRegionBounds(GetMovieBoundsRgn(_movie), &bounds);

and test if this compile successfully and work with your movies?

I am not on my dev-machine so can't test this fix personally,

cheers,
Stephan
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to