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 <Carbon/Carbon.h>
#include <CoreFoundation/CoreFoundation.h>
#include <QuickTime/QuickTime.h>
So I cannot build it.