openshot-audio  0.1.5
AppConfig.h
Go to the documentation of this file.
1 /*
2 
3  IMPORTANT! This file is auto-generated each time you save your
4  project - if you alter its contents, your changes may be overwritten!
5 
6  There's a section below where you can add your own custom code safely, and the
7  Introjucer will preserve the contents of that block, but the best way to change
8  any of these definitions is by using the Introjucer's project settings.
9 
10  Any commented-out settings will assume their default values.
11 
12 */
13 
14 #ifndef __JUCE_APPCONFIG_IIUU5J__
15 #define __JUCE_APPCONFIG_IIUU5J__
16 
17 //==============================================================================
18 // [BEGIN_USER_CODE_SECTION]
19 
20 // (You can add your own code in this section, and the Introjucer will not overwrite it)
21 
22 // [END_USER_CODE_SECTION]
23 
24 //==============================================================================
25 #define JUCE_MODULE_AVAILABLE_juce_audio_basics 1
26 #define JUCE_MODULE_AVAILABLE_juce_audio_devices 1
27 #define JUCE_MODULE_AVAILABLE_juce_audio_formats 1
28 #define JUCE_MODULE_AVAILABLE_juce_audio_processors 1
29 #define JUCE_MODULE_AVAILABLE_juce_core 1
30 #define JUCE_MODULE_AVAILABLE_juce_data_structures 1
31 #define JUCE_MODULE_AVAILABLE_juce_events 1
32 #define JUCE_MODULE_AVAILABLE_juce_graphics 1
33 #define JUCE_MODULE_AVAILABLE_juce_gui_basics 1
34 #define JUCE_MODULE_AVAILABLE_juce_gui_extra 1
35 
36 //==============================================================================
37 #ifndef JUCE_STANDALONE_APPLICATION
38  #define JUCE_STANDALONE_APPLICATION 0
39 #endif
40 
41 //==============================================================================
42 // juce_audio_devices flags:
43 
44 #ifndef JUCE_ASIO
45  //#define JUCE_ASIO
46 #endif
47 
48 #ifndef JUCE_WASAPI
49  //#define JUCE_WASAPI
50 #endif
51 
52 #ifndef JUCE_WASAPI_EXCLUSIVE
53  //#define JUCE_WASAPI_EXCLUSIVE
54 #endif
55 
56 #ifndef JUCE_DIRECTSOUND
57  //#define JUCE_DIRECTSOUND
58 #endif
59 
60 #ifndef JUCE_ALSA
61  //#define JUCE_ALSA
62 #endif
63 
64 #ifndef JUCE_JACK
65  //#define JUCE_JACK
66 #endif
67 
68 #ifndef JUCE_USE_ANDROID_OPENSLES
69  //#define JUCE_USE_ANDROID_OPENSLES
70 #endif
71 
72 #ifndef JUCE_USE_CDREADER
73  //#define JUCE_USE_CDREADER
74 #endif
75 
76 #ifndef JUCE_USE_CDBURNER
77  //#define JUCE_USE_CDBURNER
78 #endif
79 
80 //==============================================================================
81 // juce_audio_formats flags:
82 
83 #ifndef JUCE_USE_FLAC
84  #define JUCE_USE_FLAC 0
85 #endif
86 
87 #ifndef JUCE_USE_OGGVORBIS
88  #define JUCE_USE_OGGVORBIS 0
89 #endif
90 
91 #ifndef JUCE_USE_MP3AUDIOFORMAT
92  #define JUCE_USE_MP3AUDIOFORMAT 0
93 #endif
94 
95 #ifndef JUCE_USE_LAME_AUDIO_FORMAT
96  //#define JUCE_USE_LAME_AUDIO_FORMAT
97 #endif
98 
99 #ifndef JUCE_USE_WINDOWS_MEDIA_FORMAT
100  #define JUCE_USE_WINDOWS_MEDIA_FORMAT 0
101 #endif
102 
103 //==============================================================================
104 // juce_audio_processors flags:
105 
106 #ifndef JUCE_PLUGINHOST_VST
107  //#define JUCE_PLUGINHOST_VST
108 #endif
109 
110 #ifndef JUCE_PLUGINHOST_VST3
111  //#define JUCE_PLUGINHOST_VST3
112 #endif
113 
114 #ifndef JUCE_PLUGINHOST_AU
115  //#define JUCE_PLUGINHOST_AU
116 #endif
117 
118 //==============================================================================
119 // juce_core flags:
120 
121 #ifndef JUCE_FORCE_DEBUG
122  //#define JUCE_FORCE_DEBUG
123 #endif
124 
125 #ifndef JUCE_LOG_ASSERTIONS
126  //#define JUCE_LOG_ASSERTIONS
127 #endif
128 
129 #ifndef JUCE_CHECK_MEMORY_LEAKS
130  //#define JUCE_CHECK_MEMORY_LEAKS
131 #endif
132 
133 #ifndef JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
134  //#define JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
135 #endif
136 
137 #ifndef JUCE_INCLUDE_ZLIB_CODE
138  //#define JUCE_INCLUDE_ZLIB_CODE
139 #endif
140 
141 #ifndef JUCE_USE_CURL
142  //#define JUCE_USE_CURL
143 #endif
144 
145 //==============================================================================
146 // juce_graphics flags:
147 
148 #ifndef JUCE_USE_COREIMAGE_LOADER
149  #define JUCE_USE_COREIMAGE_LOADER 0
150 #endif
151 
152 #ifndef JUCE_USE_DIRECTWRITE
153  #define JUCE_USE_DIRECTWRITE 0
154 #endif
155 
156 //==============================================================================
157 // juce_gui_basics flags:
158 
159 #ifndef JUCE_ENABLE_REPAINT_DEBUGGING
160  //#define JUCE_ENABLE_REPAINT_DEBUGGING
161 #endif
162 
163 #ifndef JUCE_USE_XSHM
164  //#define JUCE_USE_XSHM
165 #endif
166 
167 #ifndef JUCE_USE_XRENDER
168  //#define JUCE_USE_XRENDER
169 #endif
170 
171 #ifndef JUCE_USE_XCURSOR
172  //#define JUCE_USE_XCURSOR
173 #endif
174 
175 //==============================================================================
176 // juce_gui_extra flags:
177 
178 #ifndef JUCE_WEB_BROWSER
179  #define JUCE_WEB_BROWSER 0
180 #endif
181 
182 #ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR
183  //#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR
184 #endif
185 
186 
187 #endif // __JUCE_APPCONFIG_IIUU5J__