From Rafa Gaitan, "I have corrected some includes of the quicktime plugin
from Quicktime/Quicktime.h to QuickTime/QuickTime.h. MacOsX filesystem is normally case insensitive, but in my case I changed that option and the quicktime headers were not found. Now compiles fine and on case insesitive file systems should work correctly too. "
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include "Components.h"
|
||||
#include "QuickTimeComponents.h"
|
||||
#else
|
||||
#include <Quicktime/Quicktime.h>
|
||||
#include <QuickTime/QuickTime.h>
|
||||
#endif
|
||||
|
||||
#ifndef SEEK_SET
|
||||
|
||||
Reference in New Issue
Block a user