From Daniel Larimer, "There was a error with QTUtils.h when compiling on HFS case-sensitive
file system. The #include<Quicktime/Quicktime.h> line needs to be replaced with #include<QuickTime/QuickTime.h"
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
// #define QT_HANDLE_IMAGES_ALSO
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <Quicktime/Quicktime.h>
|
||||
#include <QuickTime/QuickTime.h>
|
||||
#include <Carbon/Carbon.h>
|
||||
#define QT_HANDLE_IMAGES_ALSO
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user