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:
Robert Osfield
2007-12-24 14:47:49 +00:00
parent e39bb04c62
commit 7f30f0038f
4 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
#include "Components.h"
#include "QuickTimeComponents.h"
#else
#include <Quicktime/Quicktime.h>
#include <QuickTime/QuickTime.h>
#endif
#ifndef SEEK_SET