Welcome to mirror list, hosted at ThFree Co, Russian Federation.

project.pbxproj « Speex.xcodeproj « speexbuild « 3rdparty - github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 761bda2d08fb13d602a2757af763897b40f7527c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXBuildFile section */
		287F0258132AEEE8003C03FE /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 287F0257132AEEE8003C03FE /* config.h */; };
		287F0259132AEEE8003C03FE /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 287F0257132AEEE8003C03FE /* config.h */; };
		287F025B132AEF9E003C03FE /* modes.c in Sources */ = {isa = PBXBuildFile; fileRef = 287F025A132AEF9E003C03FE /* modes.c */; };
		287F025C132AEF9E003C03FE /* modes.c in Sources */ = {isa = PBXBuildFile; fileRef = 287F025A132AEF9E003C03FE /* modes.c */; };
		287F025F132AEFD5003C03FE /* hexc_10_32_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 287F025D132AEFD5003C03FE /* hexc_10_32_table.c */; };
		287F0260132AEFD5003C03FE /* hexc_10_32_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 287F025D132AEFD5003C03FE /* hexc_10_32_table.c */; };
		287F0261132AEFD5003C03FE /* hexc_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 287F025E132AEFD5003C03FE /* hexc_table.c */; };
		287F0262132AEFD5003C03FE /* hexc_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 287F025E132AEFD5003C03FE /* hexc_table.c */; };
		287F0264132AEFF0003C03FE /* high_lsp_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = 287F0263132AEFEF003C03FE /* high_lsp_tables.c */; };
		287F0265132AEFF0003C03FE /* high_lsp_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = 287F0263132AEFEF003C03FE /* high_lsp_tables.c */; };
		28D1DAEC132AEB1500456ED6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28D1DAEB132AEB1500456ED6 /* Foundation.framework */; };
		28D1DB09132AEBB500456ED6 /* Speex.pch in Headers */ = {isa = PBXBuildFile; fileRef = 28D1DB08132AEBB500456ED6 /* Speex.pch */; };
		28D1DB0A132AEBB500456ED6 /* Speex.pch in Headers */ = {isa = PBXBuildFile; fileRef = 28D1DB08132AEBB500456ED6 /* Speex.pch */; };
		28D1DB0D132AEBD300456ED6 /* bits.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB0C132AEBD300456ED6 /* bits.c */; };
		28D1DB0E132AEBD300456ED6 /* bits.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB0C132AEBD300456ED6 /* bits.c */; };
		28D1DB10132AEBFB00456ED6 /* cb_search.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB0F132AEBFB00456ED6 /* cb_search.c */; };
		28D1DB11132AEBFB00456ED6 /* cb_search.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB0F132AEBFB00456ED6 /* cb_search.c */; };
		28D1DB18132AEC0F00456ED6 /* exc_5_64_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB12132AEC0F00456ED6 /* exc_5_64_table.c */; };
		28D1DB19132AEC0F00456ED6 /* exc_5_64_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB12132AEC0F00456ED6 /* exc_5_64_table.c */; };
		28D1DB1A132AEC0F00456ED6 /* exc_5_256_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB13132AEC0F00456ED6 /* exc_5_256_table.c */; };
		28D1DB1B132AEC0F00456ED6 /* exc_5_256_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB13132AEC0F00456ED6 /* exc_5_256_table.c */; };
		28D1DB1C132AEC0F00456ED6 /* exc_8_128_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB14132AEC0F00456ED6 /* exc_8_128_table.c */; };
		28D1DB1D132AEC0F00456ED6 /* exc_8_128_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB14132AEC0F00456ED6 /* exc_8_128_table.c */; };
		28D1DB1E132AEC0F00456ED6 /* exc_10_16_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB15132AEC0F00456ED6 /* exc_10_16_table.c */; };
		28D1DB1F132AEC0F00456ED6 /* exc_10_16_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB15132AEC0F00456ED6 /* exc_10_16_table.c */; };
		28D1DB20132AEC0F00456ED6 /* exc_10_32_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB16132AEC0F00456ED6 /* exc_10_32_table.c */; };
		28D1DB21132AEC0F00456ED6 /* exc_10_32_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB16132AEC0F00456ED6 /* exc_10_32_table.c */; };
		28D1DB22132AEC0F00456ED6 /* exc_20_32_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB17132AEC0F00456ED6 /* exc_20_32_table.c */; };
		28D1DB23132AEC0F00456ED6 /* exc_20_32_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB17132AEC0F00456ED6 /* exc_20_32_table.c */; };
		28D1DB25132AEC1F00456ED6 /* filters.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB24132AEC1F00456ED6 /* filters.c */; };
		28D1DB26132AEC1F00456ED6 /* filters.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB24132AEC1F00456ED6 /* filters.c */; };
		28D1DB29132AEC2F00456ED6 /* gain_table_lbr.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB27132AEC2F00456ED6 /* gain_table_lbr.c */; };
		28D1DB2A132AEC2F00456ED6 /* gain_table_lbr.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB27132AEC2F00456ED6 /* gain_table_lbr.c */; };
		28D1DB2B132AEC2F00456ED6 /* gain_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB28132AEC2F00456ED6 /* gain_table.c */; };
		28D1DB2C132AEC2F00456ED6 /* gain_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB28132AEC2F00456ED6 /* gain_table.c */; };
		28D1DB2F132AEC3800456ED6 /* kiss_fft.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB2D132AEC3800456ED6 /* kiss_fft.c */; };
		28D1DB30132AEC3800456ED6 /* kiss_fft.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB2D132AEC3800456ED6 /* kiss_fft.c */; };
		28D1DB31132AEC3800456ED6 /* kiss_fftr.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB2E132AEC3800456ED6 /* kiss_fftr.c */; };
		28D1DB32132AEC3800456ED6 /* kiss_fftr.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB2E132AEC3800456ED6 /* kiss_fftr.c */; };
		28D1DB36132AEC5100456ED6 /* lpc.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB33132AEC5100456ED6 /* lpc.c */; };
		28D1DB37132AEC5100456ED6 /* lpc.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB33132AEC5100456ED6 /* lpc.c */; };
		28D1DB38132AEC5100456ED6 /* lsp_tables_nb.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB34132AEC5100456ED6 /* lsp_tables_nb.c */; };
		28D1DB39132AEC5100456ED6 /* lsp_tables_nb.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB34132AEC5100456ED6 /* lsp_tables_nb.c */; };
		28D1DB3A132AEC5100456ED6 /* lsp.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB35132AEC5100456ED6 /* lsp.c */; };
		28D1DB3B132AEC5100456ED6 /* lsp.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB35132AEC5100456ED6 /* lsp.c */; };
		28D1DB3D132AEC7000456ED6 /* ltp.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB3C132AEC7000456ED6 /* ltp.c */; };
		28D1DB3E132AEC7000456ED6 /* ltp.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB3C132AEC7000456ED6 /* ltp.c */; };
		28D1DB40132AEC7900456ED6 /* modes_wb.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB3F132AEC7900456ED6 /* modes_wb.c */; };
		28D1DB41132AEC7900456ED6 /* modes_wb.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB3F132AEC7900456ED6 /* modes_wb.c */; };
		28D1DB43132AEC8500456ED6 /* nb_celp.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB42132AEC8500456ED6 /* nb_celp.c */; };
		28D1DB44132AEC8500456ED6 /* nb_celp.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB42132AEC8500456ED6 /* nb_celp.c */; };
		28D1DB46132AEC9000456ED6 /* quant_lsp.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB45132AEC9000456ED6 /* quant_lsp.c */; };
		28D1DB47132AEC9000456ED6 /* quant_lsp.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB45132AEC9000456ED6 /* quant_lsp.c */; };
		28D1DB52132AECAF00456ED6 /* sb_celp.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB48132AECAF00456ED6 /* sb_celp.c */; };
		28D1DB53132AECAF00456ED6 /* sb_celp.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB48132AECAF00456ED6 /* sb_celp.c */; };
		28D1DB54132AECAF00456ED6 /* scal.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB49132AECAF00456ED6 /* scal.c */; };
		28D1DB55132AECAF00456ED6 /* scal.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB49132AECAF00456ED6 /* scal.c */; };
		28D1DB56132AECAF00456ED6 /* speex_callbacks.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB4A132AECAF00456ED6 /* speex_callbacks.c */; };
		28D1DB57132AECAF00456ED6 /* speex_callbacks.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB4A132AECAF00456ED6 /* speex_callbacks.c */; };
		28D1DB58132AECAF00456ED6 /* speex_header.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB4B132AECAF00456ED6 /* speex_header.c */; };
		28D1DB59132AECAF00456ED6 /* speex_header.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB4B132AECAF00456ED6 /* speex_header.c */; };
		28D1DB5A132AECAF00456ED6 /* speex.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB4C132AECAF00456ED6 /* speex.c */; };
		28D1DB5B132AECAF00456ED6 /* speex.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB4C132AECAF00456ED6 /* speex.c */; };
		28D1DB5C132AECAF00456ED6 /* stereo.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB4D132AECAF00456ED6 /* stereo.c */; };
		28D1DB5D132AECAF00456ED6 /* stereo.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB4D132AECAF00456ED6 /* stereo.c */; };
		28D1DB5E132AECAF00456ED6 /* vbr.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB4E132AECAF00456ED6 /* vbr.c */; };
		28D1DB5F132AECAF00456ED6 /* vbr.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB4E132AECAF00456ED6 /* vbr.c */; };
		28D1DB60132AECAF00456ED6 /* vorbis_psy.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB4F132AECAF00456ED6 /* vorbis_psy.c */; };
		28D1DB61132AECAF00456ED6 /* vorbis_psy.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB4F132AECAF00456ED6 /* vorbis_psy.c */; };
		28D1DB62132AECAF00456ED6 /* vq.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB50132AECAF00456ED6 /* vq.c */; };
		28D1DB63132AECAF00456ED6 /* vq.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB50132AECAF00456ED6 /* vq.c */; };
		28D1DB64132AECAF00456ED6 /* window.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB51132AECAF00456ED6 /* window.c */; };
		28D1DB65132AECAF00456ED6 /* window.c in Sources */ = {isa = PBXBuildFile; fileRef = 28D1DB51132AECAF00456ED6 /* window.c */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		28190D05150D61EB00E07613 /* Base.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Base.xcconfig; sourceTree = "<group>"; };
		287F0257132AEEE8003C03FE /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = SOURCE_ROOT; };
		287F025A132AEF9E003C03FE /* modes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = modes.c; path = ../speex/libspeex/modes.c; sourceTree = "<group>"; };
		287F025D132AEFD5003C03FE /* hexc_10_32_table.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hexc_10_32_table.c; path = ../speex/libspeex/hexc_10_32_table.c; sourceTree = "<group>"; };
		287F025E132AEFD5003C03FE /* hexc_table.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hexc_table.c; path = ../speex/libspeex/hexc_table.c; sourceTree = "<group>"; };
		287F0263132AEFEF003C03FE /* high_lsp_tables.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = high_lsp_tables.c; path = ../speex/libspeex/high_lsp_tables.c; sourceTree = "<group>"; };
		28D1DAE8132AEB1400456ED6 /* libSpeex.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSpeex.a; sourceTree = BUILT_PRODUCTS_DIR; };
		28D1DAEB132AEB1500456ED6 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
		28D1DAF9132AEB2200456ED6 /* Speex.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = Speex.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
		28D1DAFF132AEB2200456ED6 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
		28D1DB08132AEBB500456ED6 /* Speex.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Speex.pch; sourceTree = SOURCE_ROOT; };
		28D1DB0C132AEBD300456ED6 /* bits.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bits.c; path = ../speex/libspeex/bits.c; sourceTree = SOURCE_ROOT; };
		28D1DB0F132AEBFB00456ED6 /* cb_search.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cb_search.c; path = ../speex/libspeex/cb_search.c; sourceTree = SOURCE_ROOT; };
		28D1DB12132AEC0F00456ED6 /* exc_5_64_table.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = exc_5_64_table.c; path = ../speex/libspeex/exc_5_64_table.c; sourceTree = SOURCE_ROOT; };
		28D1DB13132AEC0F00456ED6 /* exc_5_256_table.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = exc_5_256_table.c; path = ../speex/libspeex/exc_5_256_table.c; sourceTree = SOURCE_ROOT; };
		28D1DB14132AEC0F00456ED6 /* exc_8_128_table.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = exc_8_128_table.c; path = ../speex/libspeex/exc_8_128_table.c; sourceTree = SOURCE_ROOT; };
		28D1DB15132AEC0F00456ED6 /* exc_10_16_table.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = exc_10_16_table.c; path = ../speex/libspeex/exc_10_16_table.c; sourceTree = SOURCE_ROOT; };
		28D1DB16132AEC0F00456ED6 /* exc_10_32_table.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = exc_10_32_table.c; path = ../speex/libspeex/exc_10_32_table.c; sourceTree = SOURCE_ROOT; };
		28D1DB17132AEC0F00456ED6 /* exc_20_32_table.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = exc_20_32_table.c; path = ../speex/libspeex/exc_20_32_table.c; sourceTree = SOURCE_ROOT; };
		28D1DB24132AEC1F00456ED6 /* filters.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = filters.c; path = ../speex/libspeex/filters.c; sourceTree = SOURCE_ROOT; };
		28D1DB27132AEC2F00456ED6 /* gain_table_lbr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = gain_table_lbr.c; path = ../speex/libspeex/gain_table_lbr.c; sourceTree = SOURCE_ROOT; };
		28D1DB28132AEC2F00456ED6 /* gain_table.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = gain_table.c; path = ../speex/libspeex/gain_table.c; sourceTree = SOURCE_ROOT; };
		28D1DB2D132AEC3800456ED6 /* kiss_fft.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = kiss_fft.c; path = ../speex/libspeex/kiss_fft.c; sourceTree = SOURCE_ROOT; };
		28D1DB2E132AEC3800456ED6 /* kiss_fftr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = kiss_fftr.c; path = ../speex/libspeex/kiss_fftr.c; sourceTree = SOURCE_ROOT; };
		28D1DB33132AEC5100456ED6 /* lpc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lpc.c; path = ../speex/libspeex/lpc.c; sourceTree = SOURCE_ROOT; };
		28D1DB34132AEC5100456ED6 /* lsp_tables_nb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lsp_tables_nb.c; path = ../speex/libspeex/lsp_tables_nb.c; sourceTree = SOURCE_ROOT; };
		28D1DB35132AEC5100456ED6 /* lsp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lsp.c; path = ../speex/libspeex/lsp.c; sourceTree = SOURCE_ROOT; };
		28D1DB3C132AEC7000456ED6 /* ltp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ltp.c; path = ../speex/libspeex/ltp.c; sourceTree = SOURCE_ROOT; };
		28D1DB3F132AEC7900456ED6 /* modes_wb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = modes_wb.c; path = ../speex/libspeex/modes_wb.c; sourceTree = SOURCE_ROOT; };
		28D1DB42132AEC8500456ED6 /* nb_celp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = nb_celp.c; path = ../speex/libspeex/nb_celp.c; sourceTree = SOURCE_ROOT; };
		28D1DB45132AEC9000456ED6 /* quant_lsp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = quant_lsp.c; path = ../speex/libspeex/quant_lsp.c; sourceTree = SOURCE_ROOT; };
		28D1DB48132AECAF00456ED6 /* sb_celp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sb_celp.c; path = ../speex/libspeex/sb_celp.c; sourceTree = SOURCE_ROOT; };
		28D1DB49132AECAF00456ED6 /* scal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = scal.c; path = ../speex/libspeex/scal.c; sourceTree = SOURCE_ROOT; };
		28D1DB4A132AECAF00456ED6 /* speex_callbacks.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = speex_callbacks.c; path = ../speex/libspeex/speex_callbacks.c; sourceTree = SOURCE_ROOT; };
		28D1DB4B132AECAF00456ED6 /* speex_header.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = speex_header.c; path = ../speex/libspeex/speex_header.c; sourceTree = SOURCE_ROOT; };
		28D1DB4C132AECAF00456ED6 /* speex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = speex.c; path = ../speex/libspeex/speex.c; sourceTree = SOURCE_ROOT; };
		28D1DB4D132AECAF00456ED6 /* stereo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stereo.c; path = ../speex/libspeex/stereo.c; sourceTree = SOURCE_ROOT; };
		28D1DB4E132AECAF00456ED6 /* vbr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vbr.c; path = ../speex/libspeex/vbr.c; sourceTree = SOURCE_ROOT; };
		28D1DB4F132AECAF00456ED6 /* vorbis_psy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vorbis_psy.c; path = ../speex/libspeex/vorbis_psy.c; sourceTree = SOURCE_ROOT; };
		28D1DB50132AECAF00456ED6 /* vq.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vq.c; path = ../speex/libspeex/vq.c; sourceTree = SOURCE_ROOT; };
		28D1DB51132AECAF00456ED6 /* window.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = window.c; path = ../speex/libspeex/window.c; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		28D1DAE5132AEB1400456ED6 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				28D1DAEC132AEB1500456ED6 /* Foundation.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		28D1DAF6132AEB2200456ED6 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		28190D03150D613C00E07613 /* Build Configurations */ = {
			isa = PBXGroup;
			children = (
				28190D05150D61EB00E07613 /* Base.xcconfig */,
			);
			name = "Build Configurations";
			sourceTree = "<group>";
		};
		28D1DADD132AEB1400456ED6 = {
			isa = PBXGroup;
			children = (
				28D1DB07132AEB6A00456ED6 /* Support Files */,
				28D1DB0B132AEBC900456ED6 /* Sources */,
				28D1DAEA132AEB1500456ED6 /* Frameworks */,
				28D1DAE9132AEB1400456ED6 /* Products */,
				28190D03150D613C00E07613 /* Build Configurations */,
			);
			sourceTree = "<group>";
		};
		28D1DAE9132AEB1400456ED6 /* Products */ = {
			isa = PBXGroup;
			children = (
				28D1DAE8132AEB1400456ED6 /* libSpeex.a */,
				28D1DAF9132AEB2200456ED6 /* Speex.dylib */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		28D1DAEA132AEB1500456ED6 /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				28D1DB06132AEB4900456ED6 /* iOS Frameworks */,
				28D1DAFC132AEB2200456ED6 /* Mac Frameworks */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		28D1DAFC132AEB2200456ED6 /* Mac Frameworks */ = {
			isa = PBXGroup;
			children = (
				28D1DAFF132AEB2200456ED6 /* Foundation.framework */,
			);
			name = "Mac Frameworks";
			sourceTree = "<group>";
		};
		28D1DB06132AEB4900456ED6 /* iOS Frameworks */ = {
			isa = PBXGroup;
			children = (
				28D1DAEB132AEB1500456ED6 /* Foundation.framework */,
			);
			name = "iOS Frameworks";
			sourceTree = "<group>";
		};
		28D1DB07132AEB6A00456ED6 /* Support Files */ = {
			isa = PBXGroup;
			children = (
				287F0257132AEEE8003C03FE /* config.h */,
				28D1DB08132AEBB500456ED6 /* Speex.pch */,
			);
			name = "Support Files";
			sourceTree = "<group>";
		};
		28D1DB0B132AEBC900456ED6 /* Sources */ = {
			isa = PBXGroup;
			children = (
				28D1DB0C132AEBD300456ED6 /* bits.c */,
				28D1DB0F132AEBFB00456ED6 /* cb_search.c */,
				28D1DB12132AEC0F00456ED6 /* exc_5_64_table.c */,
				28D1DB13132AEC0F00456ED6 /* exc_5_256_table.c */,
				28D1DB14132AEC0F00456ED6 /* exc_8_128_table.c */,
				28D1DB15132AEC0F00456ED6 /* exc_10_16_table.c */,
				28D1DB16132AEC0F00456ED6 /* exc_10_32_table.c */,
				28D1DB17132AEC0F00456ED6 /* exc_20_32_table.c */,
				28D1DB24132AEC1F00456ED6 /* filters.c */,
				28D1DB27132AEC2F00456ED6 /* gain_table_lbr.c */,
				28D1DB28132AEC2F00456ED6 /* gain_table.c */,
				287F025D132AEFD5003C03FE /* hexc_10_32_table.c */,
				287F025E132AEFD5003C03FE /* hexc_table.c */,
				287F0263132AEFEF003C03FE /* high_lsp_tables.c */,
				28D1DB2D132AEC3800456ED6 /* kiss_fft.c */,
				28D1DB2E132AEC3800456ED6 /* kiss_fftr.c */,
				28D1DB33132AEC5100456ED6 /* lpc.c */,
				28D1DB34132AEC5100456ED6 /* lsp_tables_nb.c */,
				28D1DB35132AEC5100456ED6 /* lsp.c */,
				28D1DB3C132AEC7000456ED6 /* ltp.c */,
				287F025A132AEF9E003C03FE /* modes.c */,
				28D1DB3F132AEC7900456ED6 /* modes_wb.c */,
				28D1DB42132AEC8500456ED6 /* nb_celp.c */,
				28D1DB45132AEC9000456ED6 /* quant_lsp.c */,
				28D1DB48132AECAF00456ED6 /* sb_celp.c */,
				28D1DB49132AECAF00456ED6 /* scal.c */,
				28D1DB4A132AECAF00456ED6 /* speex_callbacks.c */,
				28D1DB4B132AECAF00456ED6 /* speex_header.c */,
				28D1DB4C132AECAF00456ED6 /* speex.c */,
				28D1DB4D132AECAF00456ED6 /* stereo.c */,
				28D1DB4E132AECAF00456ED6 /* vbr.c */,
				28D1DB4F132AECAF00456ED6 /* vorbis_psy.c */,
				28D1DB50132AECAF00456ED6 /* vq.c */,
				28D1DB51132AECAF00456ED6 /* window.c */,
			);
			name = Sources;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
		28D1DAE6132AEB1400456ED6 /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
				28D1DB09132AEBB500456ED6 /* Speex.pch in Headers */,
				287F0258132AEEE8003C03FE /* config.h in Headers */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		28D1DAF7132AEB2200456ED6 /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
				28D1DB0A132AEBB500456ED6 /* Speex.pch in Headers */,
				287F0259132AEEE8003C03FE /* config.h in Headers */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
		28D1DAE7132AEB1400456ED6 /* Speex (iOS) */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 28D1DAF2132AEB1500456ED6 /* Build configuration list for PBXNativeTarget "Speex (iOS)" */;
			buildPhases = (
				28D1DAE4132AEB1400456ED6 /* Sources */,
				28D1DAE5132AEB1400456ED6 /* Frameworks */,
				28D1DAE6132AEB1400456ED6 /* Headers */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = "Speex (iOS)";
			productName = Speex;
			productReference = 28D1DAE8132AEB1400456ED6 /* libSpeex.a */;
			productType = "com.apple.product-type.library.static";
		};
		28D1DAF8132AEB2200456ED6 /* Speex (Mac) */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 28D1DB03132AEB2200456ED6 /* Build configuration list for PBXNativeTarget "Speex (Mac)" */;
			buildPhases = (
				28D1DAF5132AEB2200456ED6 /* Sources */,
				28D1DAF6132AEB2200456ED6 /* Frameworks */,
				28D1DAF7132AEB2200456ED6 /* Headers */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = "Speex (Mac)";
			productName = "Speex (Mac)";
			productReference = 28D1DAF9132AEB2200456ED6 /* Speex.dylib */;
			productType = "com.apple.product-type.library.dynamic";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		28D1DADF132AEB1400456ED6 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0500;
			};
			buildConfigurationList = 28D1DAE2132AEB1400456ED6 /* Build configuration list for PBXProject "Speex" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = 28D1DADD132AEB1400456ED6;
			productRefGroup = 28D1DAE9132AEB1400456ED6 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				28D1DAE7132AEB1400456ED6 /* Speex (iOS) */,
				28D1DAF8132AEB2200456ED6 /* Speex (Mac) */,
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		28D1DAE4132AEB1400456ED6 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				28D1DB0D132AEBD300456ED6 /* bits.c in Sources */,
				28D1DB10132AEBFB00456ED6 /* cb_search.c in Sources */,
				28D1DB18132AEC0F00456ED6 /* exc_5_64_table.c in Sources */,
				28D1DB1A132AEC0F00456ED6 /* exc_5_256_table.c in Sources */,
				28D1DB1C132AEC0F00456ED6 /* exc_8_128_table.c in Sources */,
				28D1DB1E132AEC0F00456ED6 /* exc_10_16_table.c in Sources */,
				28D1DB20132AEC0F00456ED6 /* exc_10_32_table.c in Sources */,
				28D1DB22132AEC0F00456ED6 /* exc_20_32_table.c in Sources */,
				28D1DB25132AEC1F00456ED6 /* filters.c in Sources */,
				28D1DB29132AEC2F00456ED6 /* gain_table_lbr.c in Sources */,
				28D1DB2B132AEC2F00456ED6 /* gain_table.c in Sources */,
				28D1DB2F132AEC3800456ED6 /* kiss_fft.c in Sources */,
				28D1DB31132AEC3800456ED6 /* kiss_fftr.c in Sources */,
				28D1DB36132AEC5100456ED6 /* lpc.c in Sources */,
				28D1DB38132AEC5100456ED6 /* lsp_tables_nb.c in Sources */,
				28D1DB3A132AEC5100456ED6 /* lsp.c in Sources */,
				28D1DB3D132AEC7000456ED6 /* ltp.c in Sources */,
				28D1DB40132AEC7900456ED6 /* modes_wb.c in Sources */,
				28D1DB43132AEC8500456ED6 /* nb_celp.c in Sources */,
				28D1DB46132AEC9000456ED6 /* quant_lsp.c in Sources */,
				28D1DB52132AECAF00456ED6 /* sb_celp.c in Sources */,
				28D1DB54132AECAF00456ED6 /* scal.c in Sources */,
				28D1DB56132AECAF00456ED6 /* speex_callbacks.c in Sources */,
				28D1DB58132AECAF00456ED6 /* speex_header.c in Sources */,
				28D1DB5A132AECAF00456ED6 /* speex.c in Sources */,
				28D1DB5C132AECAF00456ED6 /* stereo.c in Sources */,
				28D1DB5E132AECAF00456ED6 /* vbr.c in Sources */,
				28D1DB60132AECAF00456ED6 /* vorbis_psy.c in Sources */,
				28D1DB62132AECAF00456ED6 /* vq.c in Sources */,
				28D1DB64132AECAF00456ED6 /* window.c in Sources */,
				287F025B132AEF9E003C03FE /* modes.c in Sources */,
				287F025F132AEFD5003C03FE /* hexc_10_32_table.c in Sources */,
				287F0261132AEFD5003C03FE /* hexc_table.c in Sources */,
				287F0264132AEFF0003C03FE /* high_lsp_tables.c in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		28D1DAF5132AEB2200456ED6 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				28D1DB0E132AEBD300456ED6 /* bits.c in Sources */,
				28D1DB11132AEBFB00456ED6 /* cb_search.c in Sources */,
				28D1DB19132AEC0F00456ED6 /* exc_5_64_table.c in Sources */,
				28D1DB1B132AEC0F00456ED6 /* exc_5_256_table.c in Sources */,
				28D1DB1D132AEC0F00456ED6 /* exc_8_128_table.c in Sources */,
				28D1DB1F132AEC0F00456ED6 /* exc_10_16_table.c in Sources */,
				28D1DB21132AEC0F00456ED6 /* exc_10_32_table.c in Sources */,
				28D1DB23132AEC0F00456ED6 /* exc_20_32_table.c in Sources */,
				28D1DB26132AEC1F00456ED6 /* filters.c in Sources */,
				28D1DB2A132AEC2F00456ED6 /* gain_table_lbr.c in Sources */,
				28D1DB2C132AEC2F00456ED6 /* gain_table.c in Sources */,
				28D1DB30132AEC3800456ED6 /* kiss_fft.c in Sources */,
				28D1DB32132AEC3800456ED6 /* kiss_fftr.c in Sources */,
				28D1DB37132AEC5100456ED6 /* lpc.c in Sources */,
				28D1DB39132AEC5100456ED6 /* lsp_tables_nb.c in Sources */,
				28D1DB3B132AEC5100456ED6 /* lsp.c in Sources */,
				28D1DB3E132AEC7000456ED6 /* ltp.c in Sources */,
				28D1DB41132AEC7900456ED6 /* modes_wb.c in Sources */,
				28D1DB44132AEC8500456ED6 /* nb_celp.c in Sources */,
				28D1DB47132AEC9000456ED6 /* quant_lsp.c in Sources */,
				28D1DB53132AECAF00456ED6 /* sb_celp.c in Sources */,
				28D1DB55132AECAF00456ED6 /* scal.c in Sources */,
				28D1DB57132AECAF00456ED6 /* speex_callbacks.c in Sources */,
				28D1DB59132AECAF00456ED6 /* speex_header.c in Sources */,
				28D1DB5B132AECAF00456ED6 /* speex.c in Sources */,
				28D1DB5D132AECAF00456ED6 /* stereo.c in Sources */,
				28D1DB5F132AECAF00456ED6 /* vbr.c in Sources */,
				28D1DB61132AECAF00456ED6 /* vorbis_psy.c in Sources */,
				28D1DB63132AECAF00456ED6 /* vq.c in Sources */,
				28D1DB65132AECAF00456ED6 /* window.c in Sources */,
				287F025C132AEF9E003C03FE /* modes.c in Sources */,
				287F0260132AEFD5003C03FE /* hexc_10_32_table.c in Sources */,
				287F0262132AEFD5003C03FE /* hexc_table.c in Sources */,
				287F0265132AEFF0003C03FE /* high_lsp_tables.c in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		28498F29138AB6DB000509DD /* BetaDist */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 28190D05150D61EB00E07613 /* Base.xcconfig */;
			buildSettings = {
			};
			name = BetaDist;
		};
		28498F2A138AB6DB000509DD /* BetaDist */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
			};
			name = BetaDist;
		};
		28498F2B138AB6DB000509DD /* BetaDist */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COMBINE_HIDPI_IMAGES = YES;
				SDKROOT = macosx;
			};
			name = BetaDist;
		};
		28A2AED21478AA3200F3B83F /* AppStore */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 28190D05150D61EB00E07613 /* Base.xcconfig */;
			buildSettings = {
			};
			name = AppStore;
		};
		28A2AED31478AA3200F3B83F /* AppStore */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
			};
			name = AppStore;
		};
		28A2AED41478AA3200F3B83F /* AppStore */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COMBINE_HIDPI_IMAGES = YES;
				SDKROOT = macosx;
			};
			name = AppStore;
		};
		28D1DAF0132AEB1500456ED6 /* Debug */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 28190D05150D61EB00E07613 /* Base.xcconfig */;
			buildSettings = {
				ONLY_ACTIVE_ARCH = YES;
			};
			name = Debug;
		};
		28D1DAF1132AEB1500456ED6 /* Release */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 28190D05150D61EB00E07613 /* Base.xcconfig */;
			buildSettings = {
			};
			name = Release;
		};
		28D1DAF3132AEB1500456ED6 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
			};
			name = Debug;
		};
		28D1DAF4132AEB1500456ED6 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
			};
			name = Release;
		};
		28D1DB04132AEB2200456ED6 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COMBINE_HIDPI_IMAGES = YES;
				SDKROOT = macosx;
			};
			name = Debug;
		};
		28D1DB05132AEB2200456ED6 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COMBINE_HIDPI_IMAGES = YES;
				SDKROOT = macosx;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		28D1DAE2132AEB1400456ED6 /* Build configuration list for PBXProject "Speex" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				28D1DAF0132AEB1500456ED6 /* Debug */,
				28D1DAF1132AEB1500456ED6 /* Release */,
				28A2AED21478AA3200F3B83F /* AppStore */,
				28498F29138AB6DB000509DD /* BetaDist */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		28D1DAF2132AEB1500456ED6 /* Build configuration list for PBXNativeTarget "Speex (iOS)" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				28D1DAF3132AEB1500456ED6 /* Debug */,
				28D1DAF4132AEB1500456ED6 /* Release */,
				28A2AED31478AA3200F3B83F /* AppStore */,
				28498F2A138AB6DB000509DD /* BetaDist */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		28D1DB03132AEB2200456ED6 /* Build configuration list for PBXNativeTarget "Speex (Mac)" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				28D1DB04132AEB2200456ED6 /* Debug */,
				28D1DB05132AEB2200456ED6 /* Release */,
				28A2AED41478AA3200F3B83F /* AppStore */,
				28498F2B138AB6DB000509DD /* BetaDist */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 28D1DADF132AEB1400456ED6 /* Project object */;
}