mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-03 03:30:06 +00:00
This commit is contained in:
parent
549507e176
commit
17389bedb5
2 changed files with 2 additions and 2 deletions
|
|
@ -68594,7 +68594,7 @@ END_JUCE_NAMESPACE
|
|||
/* If you've got an include error here, you probably need to install the QuickTime SDK and
|
||||
add its header directory to your include path.
|
||||
|
||||
Alternatively, if you don't need any QuickTime services, just turn off the JUC_QUICKTIME
|
||||
Alternatively, if you don't need any QuickTime services, just turn off the JUCE_QUICKTIME
|
||||
flag in juce_Config.h
|
||||
*/
|
||||
#include <Movies.h>
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@
|
|||
installed, and its header files will need to be on your include path.
|
||||
*/
|
||||
#if ! (defined (JUCE_QUICKTIME) || defined (LINUX) || (defined (_WIN32) && ! defined (_MSC_VER)))
|
||||
// #define JUCE_QUICKTIME 1
|
||||
#define JUCE_QUICKTIME 1
|
||||
#endif
|
||||
|
||||
/** Comment out this macro if you don't want to enable OpenGL or if you don't
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue