/* File: QuickTime.r Contains: Master include for all of QuickTime on OS X Version: QuickTime 7.7.1 Copyright: © 1999-2012 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_R__ #define __QUICKTIME_R__ #ifndef __CARBON_R__ #include #endif #ifndef __MOVIES_R__ #include #endif #ifndef __IMAGECOMPRESSION_R__ #include #endif #ifndef __IMAGECODEC_R__ #include #endif #ifndef __QUICKTIMECOMPONENTS_R__ #include #endif #ifndef __QTSMOVIE_R__ #include #endif #ifndef __QTSTREAMINGCOMPONENTS_R__ #include #endif #endif /* __QUICKTIME_R__ */