compiling OpenCV on Mac OS X Snow Leopard gets error: ‘Movie’ does not name a type
Posted
by moldov
on Stack Overflow
See other posts from Stack Overflow
or by moldov
Published on 2010-03-16T13:46:50Z
Indexed on
2010/03/17
7:11 UTC
Read the original article
Hit count: 243
When I'm trying to compile OpenCV on Mac OS X Snow Leopard I recieve an error
highgui/cvcap_qt.cpp:76: error: ‘Movie’ does not name a type
There is a structure
/// Movie state structure for QuickTime movies
typedef struct CvCapture_QT_Movie
{
Movie myMovie; // movie handle
GWorldPtr myGWorld; // we render into an offscreen GWorld
But I don't know this type is described. I think in Quicktime but Quicktime is included
// Mac OS includes
include
include
include
So I cannot build it.
© Stack Overflow or respective owner