From 8f227b2fcbc8892a80eb8a360c09dd4b54ce2f95 Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Wed, 23 Sep 2015 00:53:28 -0500 Subject: [PATCH] Updating the JUCE Introjucer project file --- JuceLibraryCode/AppConfig.h | 13 +++++++++++++ JuceLibraryCode/JuceHeader.h | 2 ++ OpenShotLibrary.jucer | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/JuceLibraryCode/AppConfig.h b/JuceLibraryCode/AppConfig.h index 396f698..16bebe0 100644 --- a/JuceLibraryCode/AppConfig.h +++ b/JuceLibraryCode/AppConfig.h @@ -33,6 +33,11 @@ #define JUCE_MODULE_AVAILABLE_juce_gui_basics 1 #define JUCE_MODULE_AVAILABLE_juce_gui_extra 1 +//============================================================================== +#ifndef JUCE_STANDALONE_APPLICATION + #define JUCE_STANDALONE_APPLICATION 0 +#endif + //============================================================================== // juce_audio_devices flags: @@ -44,6 +49,10 @@ //#define JUCE_WASAPI #endif +#ifndef JUCE_WASAPI_EXCLUSIVE + //#define JUCE_WASAPI_EXCLUSIVE +#endif + #ifndef JUCE_DIRECTSOUND //#define JUCE_DIRECTSOUND #endif @@ -129,6 +138,10 @@ //#define JUCE_INCLUDE_ZLIB_CODE #endif +#ifndef JUCE_USE_CURL + //#define JUCE_USE_CURL +#endif + //============================================================================== // juce_graphics flags: diff --git a/JuceLibraryCode/JuceHeader.h b/JuceLibraryCode/JuceHeader.h index ad33f86..661b92e 100644 --- a/JuceLibraryCode/JuceHeader.h +++ b/JuceLibraryCode/JuceHeader.h @@ -31,11 +31,13 @@ using namespace juce; #endif +#if ! JUCE_DONT_DECLARE_PROJECTINFO namespace ProjectInfo { const char* const projectName = "libopenshot-audio"; const char* const versionString = "0.0.1"; const int versionNumber = 0x1; } +#endif #endif // __APPHEADERFILE_IIUU5J__ diff --git a/OpenShotLibrary.jucer b/OpenShotLibrary.jucer index 2b9f922..fd4a8c7 100644 --- a/OpenShotLibrary.jucer +++ b/OpenShotLibrary.jucer @@ -1,7 +1,7 @@