forked from bartvdbraak/blender
fix (?) for compiling with quicktime support on some versions of os x
with some versions of gcc (aka. the nasty ID problem). see also http://www.blender.org/pipermail/bf-committers/2003-November/004660.html
This commit is contained in:
parent
2830db381e
commit
0be1e050a5
@ -77,7 +77,10 @@ DONE:
|
||||
#endif /* _WIN32 */
|
||||
|
||||
#ifdef __APPLE__
|
||||
#undef NDEBUG
|
||||
/* evil */
|
||||
#ifndef __AIFF__
|
||||
#define __AIFF__
|
||||
#endif
|
||||
#include <QuickTime/Movies.h>
|
||||
#include <QuickTime/QuicktimeComponents.h>
|
||||
#include <fcntl.h> /* open() */
|
||||
|
Loading…
Reference in New Issue
Block a user