/* File: QuickTime.h Contains: Master include for all of QuickTime on OS X Version: QuickTime 7.3 Copyright: (c) 2007 (c) 1999-2007 by Apple Inc., all rights reserved. Bugs?: For bug reports, consult the following page on the World Wide Web: http://developer.apple.com/bugreporter/ */ #ifndef __QUICKTIME__ #define __QUICKTIME__ #ifndef __CARBON__ #include #endif /* QuickTime is not available to 64-bit clients */ #if !__LP64__ #ifndef __QTML__ #include #endif #ifndef __MEDIAHANDLERS__ #include #endif #ifndef __MOVIES__ #include #endif #ifndef __MOVIESFORMAT__ #include #endif #ifndef __QUICKTIMEVR__ #include #endif #ifndef __QUICKTIMEVRFORMAT__ #include #endif #ifndef __IMAGECOMPRESSION__ #include #endif #ifndef __IMAGECODEC__ #include #endif #ifndef __QUICKTIMEMUSIC__ #include #endif #ifndef __QUICKTIMECOMPONENTS__ #include #endif #ifndef __QUICKTIMESTREAMING__ #include #endif #ifndef __QTSMOVIE__ #include #endif #ifndef __QTSTREAMINGCOMPONENTS__ #include #endif #ifndef __QUICKTIMEERRORS__ #include #endif #ifndef __HIMOVIEVIEW__ #include #endif #endif // !__LP64__ #endif /* __QUICKTIME__ */