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

project.pbxproj « CELT-0.7.0.xcodeproj « celt-0.7.0-build « 3rdparty - github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b5f2017627821551de89c679f42e524b510866cf (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
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 45;
	objects = {

/* Begin PBXBuildFile section */
		2842FCCD11BFB94C00CE4CB1 /* bands.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872660B10F0FFD300DD4D54 /* bands.h */; };
		2842FCCE11BFB94C00CE4CB1 /* celt_header.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872660E10F0FFD300DD4D54 /* celt_header.h */; };
		2842FCCF11BFB94C00CE4CB1 /* celt_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872660F10F0FFD300DD4D54 /* celt_types.h */; };
		2842FCD011BFB94C00CE4CB1 /* celt.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872661110F0FFD300DD4D54 /* celt.h */; };
		2842FCD111BFB94C00CE4CB1 /* cwrs.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872661310F0FFD300DD4D54 /* cwrs.h */; };
		2842FCD211BFB94C00CE4CB1 /* ecintrin.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872661510F0FFD300DD4D54 /* ecintrin.h */; };
		2842FCD311BFB94C00CE4CB1 /* entcode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872661710F0FFD300DD4D54 /* entcode.h */; };
		2842FCD411BFB94C00CE4CB1 /* entdec.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872661910F0FFD300DD4D54 /* entdec.h */; };
		2842FCD511BFB94C00CE4CB1 /* entenc.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872661B10F0FFD300DD4D54 /* entenc.h */; };
		2842FCD611BFB94C00CE4CB1 /* fixed_debug.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872661E10F0FFD300DD4D54 /* fixed_debug.h */; };
		2842FCD711BFB94C00CE4CB1 /* fixed_generic.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872661F10F0FFD300DD4D54 /* fixed_generic.h */; };
		2842FCD811BFB94C00CE4CB1 /* float_cast.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872662010F0FFD300DD4D54 /* float_cast.h */; };
		2842FCD911BFB94C00CE4CB1 /* kfft_double.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872662210F0FFD300DD4D54 /* kfft_double.h */; };
		2842FCDA11BFB94C00CE4CB1 /* kfft_single.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872662410F0FFD300DD4D54 /* kfft_single.h */; };
		2842FCDB11BFB94C00CE4CB1 /* kiss_fft.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872662610F0FFD300DD4D54 /* kiss_fft.h */; };
		2842FCDC11BFB94C00CE4CB1 /* kiss_fftr.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872662810F0FFD300DD4D54 /* kiss_fftr.h */; };
		2842FCDD11BFB94C00CE4CB1 /* laplace.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872662A10F0FFD300DD4D54 /* laplace.h */; };
		2842FCDE11BFB94C00CE4CB1 /* mathops.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872662D10F0FFD300DD4D54 /* mathops.h */; };
		2842FCDF11BFB94C00CE4CB1 /* mdct.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872662F10F0FFD300DD4D54 /* mdct.h */; };
		2842FCE011BFB94C00CE4CB1 /* mfrngcod.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872663010F0FFD300DD4D54 /* mfrngcod.h */; };
		2842FCE111BFB94C00CE4CB1 /* modes.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872663410F0FFD300DD4D54 /* modes.h */; };
		2842FCE211BFB94C00CE4CB1 /* os_support.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872663510F0FFD300DD4D54 /* os_support.h */; };
		2842FCE311BFB94C00CE4CB1 /* pitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872663710F0FFD300DD4D54 /* pitch.h */; };
		2842FCE411BFB94C00CE4CB1 /* psy.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872663A10F0FFD300DD4D54 /* psy.h */; };
		2842FCE511BFB94C00CE4CB1 /* quant_bands.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872663C10F0FFD300DD4D54 /* quant_bands.h */; };
		2842FCE611BFB94C00CE4CB1 /* rate.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872664010F0FFD300DD4D54 /* rate.h */; };
		2842FCE711BFB94C00CE4CB1 /* stack_alloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872664110F0FFD300DD4D54 /* stack_alloc.h */; };
		2842FCE811BFB94C00CE4CB1 /* vq.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872664410F0FFD300DD4D54 /* vq.h */; };
		2842FCE911BFB94C00CE4CB1 /* arch.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872668010F0FFF300DD4D54 /* arch.h */; };
		2842FCEA11BFB94C00CE4CB1 /* _kiss_fft_guts.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872668210F1000900DD4D54 /* _kiss_fft_guts.h */; };
		2842FCEB11BFB94C00CE4CB1 /* c64_fft.h in Headers */ = {isa = PBXBuildFile; fileRef = 287266FA10F1021E00DD4D54 /* c64_fft.h */; };
		2842FCEC11BFB94C00CE4CB1 /* fixed_c5x.h in Headers */ = {isa = PBXBuildFile; fileRef = 287266FB10F1021E00DD4D54 /* fixed_c5x.h */; };
		2842FCED11BFB94C00CE4CB1 /* fixed_c6x.h in Headers */ = {isa = PBXBuildFile; fileRef = 287266FC10F1021E00DD4D54 /* fixed_c6x.h */; };
		2842FCEE11BFB95600CE4CB1 /* bands.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872660A10F0FFD300DD4D54 /* bands.c */; };
		2842FCEF11BFB95600CE4CB1 /* celt.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872661010F0FFD300DD4D54 /* celt.c */; };
		2842FCF011BFB95600CE4CB1 /* cwrs.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872661210F0FFD300DD4D54 /* cwrs.c */; };
		2842FCF111BFB95600CE4CB1 /* entcode.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872661610F0FFD300DD4D54 /* entcode.c */; };
		2842FCF211BFB95600CE4CB1 /* entdec.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872661810F0FFD300DD4D54 /* entdec.c */; };
		2842FCF311BFB95600CE4CB1 /* entenc.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872661A10F0FFD300DD4D54 /* entenc.c */; };
		2842FCF411BFB95600CE4CB1 /* header.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872662110F0FFD300DD4D54 /* header.c */; };
		2842FCF511BFB95600CE4CB1 /* kiss_fft.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872662510F0FFD300DD4D54 /* kiss_fft.c */; };
		2842FCF611BFB95600CE4CB1 /* kiss_fftr.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872662710F0FFD300DD4D54 /* kiss_fftr.c */; };
		2842FCF711BFB95600CE4CB1 /* laplace.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872662910F0FFD300DD4D54 /* laplace.c */; };
		2842FCF811BFB95600CE4CB1 /* mdct.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872662E10F0FFD300DD4D54 /* mdct.c */; };
		2842FCF911BFB95600CE4CB1 /* modes.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872663310F0FFD300DD4D54 /* modes.c */; };
		2842FCFA11BFB95600CE4CB1 /* pitch.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872663610F0FFD300DD4D54 /* pitch.c */; };
		2842FCFB11BFB95600CE4CB1 /* psy.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872663910F0FFD300DD4D54 /* psy.c */; };
		2842FCFC11BFB95600CE4CB1 /* quant_bands.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872663B10F0FFD300DD4D54 /* quant_bands.c */; };
		2842FCFD11BFB95600CE4CB1 /* rangedec.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872663D10F0FFD300DD4D54 /* rangedec.c */; };
		2842FCFE11BFB95600CE4CB1 /* rangeenc.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872663E10F0FFD300DD4D54 /* rangeenc.c */; };
		2842FCFF11BFB95600CE4CB1 /* rate.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872663F10F0FFD300DD4D54 /* rate.c */; };
		2842FD0011BFB95600CE4CB1 /* vq.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872664310F0FFD300DD4D54 /* vq.c */; };
		2872664710F0FFD300DD4D54 /* bands.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872660A10F0FFD300DD4D54 /* bands.c */; };
		2872664810F0FFD300DD4D54 /* bands.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872660B10F0FFD300DD4D54 /* bands.h */; };
		2872664B10F0FFD300DD4D54 /* celt_header.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872660E10F0FFD300DD4D54 /* celt_header.h */; };
		2872664C10F0FFD300DD4D54 /* celt_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872660F10F0FFD300DD4D54 /* celt_types.h */; };
		2872664D10F0FFD300DD4D54 /* celt.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872661010F0FFD300DD4D54 /* celt.c */; };
		2872664E10F0FFD300DD4D54 /* celt.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872661110F0FFD300DD4D54 /* celt.h */; };
		2872664F10F0FFD300DD4D54 /* cwrs.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872661210F0FFD300DD4D54 /* cwrs.c */; };
		2872665010F0FFD300DD4D54 /* cwrs.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872661310F0FFD300DD4D54 /* cwrs.h */; };
		2872665210F0FFD300DD4D54 /* ecintrin.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872661510F0FFD300DD4D54 /* ecintrin.h */; };
		2872665310F0FFD300DD4D54 /* entcode.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872661610F0FFD300DD4D54 /* entcode.c */; };
		2872665410F0FFD300DD4D54 /* entcode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872661710F0FFD300DD4D54 /* entcode.h */; };
		2872665510F0FFD300DD4D54 /* entdec.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872661810F0FFD300DD4D54 /* entdec.c */; };
		2872665610F0FFD300DD4D54 /* entdec.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872661910F0FFD300DD4D54 /* entdec.h */; };
		2872665710F0FFD300DD4D54 /* entenc.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872661A10F0FFD300DD4D54 /* entenc.c */; };
		2872665810F0FFD300DD4D54 /* entenc.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872661B10F0FFD300DD4D54 /* entenc.h */; };
		2872665B10F0FFD300DD4D54 /* fixed_debug.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872661E10F0FFD300DD4D54 /* fixed_debug.h */; };
		2872665C10F0FFD300DD4D54 /* fixed_generic.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872661F10F0FFD300DD4D54 /* fixed_generic.h */; };
		2872665D10F0FFD300DD4D54 /* float_cast.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872662010F0FFD300DD4D54 /* float_cast.h */; };
		2872665E10F0FFD300DD4D54 /* header.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872662110F0FFD300DD4D54 /* header.c */; };
		2872665F10F0FFD300DD4D54 /* kfft_double.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872662210F0FFD300DD4D54 /* kfft_double.h */; };
		2872666110F0FFD300DD4D54 /* kfft_single.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872662410F0FFD300DD4D54 /* kfft_single.h */; };
		2872666210F0FFD300DD4D54 /* kiss_fft.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872662510F0FFD300DD4D54 /* kiss_fft.c */; };
		2872666310F0FFD300DD4D54 /* kiss_fft.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872662610F0FFD300DD4D54 /* kiss_fft.h */; };
		2872666410F0FFD300DD4D54 /* kiss_fftr.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872662710F0FFD300DD4D54 /* kiss_fftr.c */; };
		2872666510F0FFD300DD4D54 /* kiss_fftr.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872662810F0FFD300DD4D54 /* kiss_fftr.h */; };
		2872666610F0FFD300DD4D54 /* laplace.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872662910F0FFD300DD4D54 /* laplace.c */; };
		2872666710F0FFD300DD4D54 /* laplace.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872662A10F0FFD300DD4D54 /* laplace.h */; };
		2872666810F0FFD300DD4D54 /* mathops.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872662D10F0FFD300DD4D54 /* mathops.h */; };
		2872666910F0FFD300DD4D54 /* mdct.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872662E10F0FFD300DD4D54 /* mdct.c */; };
		2872666A10F0FFD300DD4D54 /* mdct.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872662F10F0FFD300DD4D54 /* mdct.h */; };
		2872666B10F0FFD300DD4D54 /* mfrngcod.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872663010F0FFD300DD4D54 /* mfrngcod.h */; };
		2872666E10F0FFD300DD4D54 /* modes.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872663310F0FFD300DD4D54 /* modes.c */; };
		2872666F10F0FFD300DD4D54 /* modes.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872663410F0FFD300DD4D54 /* modes.h */; };
		2872667010F0FFD300DD4D54 /* os_support.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872663510F0FFD300DD4D54 /* os_support.h */; };
		2872667110F0FFD300DD4D54 /* pitch.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872663610F0FFD300DD4D54 /* pitch.c */; };
		2872667210F0FFD300DD4D54 /* pitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872663710F0FFD300DD4D54 /* pitch.h */; };
		2872667410F0FFD300DD4D54 /* psy.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872663910F0FFD300DD4D54 /* psy.c */; };
		2872667510F0FFD300DD4D54 /* psy.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872663A10F0FFD300DD4D54 /* psy.h */; };
		2872667610F0FFD300DD4D54 /* quant_bands.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872663B10F0FFD300DD4D54 /* quant_bands.c */; };
		2872667710F0FFD300DD4D54 /* quant_bands.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872663C10F0FFD300DD4D54 /* quant_bands.h */; };
		2872667810F0FFD300DD4D54 /* rangedec.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872663D10F0FFD300DD4D54 /* rangedec.c */; };
		2872667910F0FFD300DD4D54 /* rangeenc.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872663E10F0FFD300DD4D54 /* rangeenc.c */; };
		2872667A10F0FFD300DD4D54 /* rate.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872663F10F0FFD300DD4D54 /* rate.c */; };
		2872667B10F0FFD300DD4D54 /* rate.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872664010F0FFD300DD4D54 /* rate.h */; };
		2872667C10F0FFD300DD4D54 /* stack_alloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872664110F0FFD300DD4D54 /* stack_alloc.h */; };
		2872667E10F0FFD300DD4D54 /* vq.c in Sources */ = {isa = PBXBuildFile; fileRef = 2872664310F0FFD300DD4D54 /* vq.c */; };
		2872667F10F0FFD300DD4D54 /* vq.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872664410F0FFD300DD4D54 /* vq.h */; };
		2872668110F0FFF300DD4D54 /* arch.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872668010F0FFF300DD4D54 /* arch.h */; };
		2872668310F1000900DD4D54 /* _kiss_fft_guts.h in Headers */ = {isa = PBXBuildFile; fileRef = 2872668210F1000900DD4D54 /* _kiss_fft_guts.h */; };
		287266FE10F1021E00DD4D54 /* c64_fft.h in Headers */ = {isa = PBXBuildFile; fileRef = 287266FA10F1021E00DD4D54 /* c64_fft.h */; };
		287266FF10F1021E00DD4D54 /* fixed_c5x.h in Headers */ = {isa = PBXBuildFile; fileRef = 287266FB10F1021E00DD4D54 /* fixed_c5x.h */; };
		2872670010F1021E00DD4D54 /* fixed_c6x.h in Headers */ = {isa = PBXBuildFile; fileRef = 287266FC10F1021E00DD4D54 /* fixed_c6x.h */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		2842FCBA11BFB90300CE4CB1 /* libCELT-0.7.0.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = "libCELT-0.7.0.dylib"; sourceTree = BUILT_PRODUCTS_DIR; };
		2872660A10F0FFD300DD4D54 /* bands.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bands.c; path = "../celt-0.7.0/libcelt/bands.c"; sourceTree = SOURCE_ROOT; };
		2872660B10F0FFD300DD4D54 /* bands.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bands.h; path = "../celt-0.7.0/libcelt/bands.h"; sourceTree = SOURCE_ROOT; };
		2872660E10F0FFD300DD4D54 /* celt_header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = celt_header.h; path = "../celt-0.7.0/libcelt/celt_header.h"; sourceTree = SOURCE_ROOT; };
		2872660F10F0FFD300DD4D54 /* celt_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = celt_types.h; path = "../celt-0.7.0/libcelt/celt_types.h"; sourceTree = SOURCE_ROOT; };
		2872661010F0FFD300DD4D54 /* celt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = celt.c; path = "../celt-0.7.0/libcelt/celt.c"; sourceTree = SOURCE_ROOT; };
		2872661110F0FFD300DD4D54 /* celt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = celt.h; path = "../celt-0.7.0/libcelt/celt.h"; sourceTree = SOURCE_ROOT; };
		2872661210F0FFD300DD4D54 /* cwrs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cwrs.c; path = "../celt-0.7.0/libcelt/cwrs.c"; sourceTree = SOURCE_ROOT; };
		2872661310F0FFD300DD4D54 /* cwrs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cwrs.h; path = "../celt-0.7.0/libcelt/cwrs.h"; sourceTree = SOURCE_ROOT; };
		2872661410F0FFD300DD4D54 /* dump_modes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dump_modes.c; path = "../celt-0.7.0/libcelt/dump_modes.c"; sourceTree = SOURCE_ROOT; };
		2872661510F0FFD300DD4D54 /* ecintrin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ecintrin.h; path = "../celt-0.7.0/libcelt/ecintrin.h"; sourceTree = SOURCE_ROOT; };
		2872661610F0FFD300DD4D54 /* entcode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = entcode.c; path = "../celt-0.7.0/libcelt/entcode.c"; sourceTree = SOURCE_ROOT; };
		2872661710F0FFD300DD4D54 /* entcode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = entcode.h; path = "../celt-0.7.0/libcelt/entcode.h"; sourceTree = SOURCE_ROOT; };
		2872661810F0FFD300DD4D54 /* entdec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = entdec.c; path = "../celt-0.7.0/libcelt/entdec.c"; sourceTree = SOURCE_ROOT; };
		2872661910F0FFD300DD4D54 /* entdec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = entdec.h; path = "../celt-0.7.0/libcelt/entdec.h"; sourceTree = SOURCE_ROOT; };
		2872661A10F0FFD300DD4D54 /* entenc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = entenc.c; path = "../celt-0.7.0/libcelt/entenc.c"; sourceTree = SOURCE_ROOT; };
		2872661B10F0FFD300DD4D54 /* entenc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = entenc.h; path = "../celt-0.7.0/libcelt/entenc.h"; sourceTree = SOURCE_ROOT; };
		2872661E10F0FFD300DD4D54 /* fixed_debug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fixed_debug.h; path = "../celt-0.7.0/libcelt/fixed_debug.h"; sourceTree = SOURCE_ROOT; };
		2872661F10F0FFD300DD4D54 /* fixed_generic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fixed_generic.h; path = "../celt-0.7.0/libcelt/fixed_generic.h"; sourceTree = SOURCE_ROOT; };
		2872662010F0FFD300DD4D54 /* float_cast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = float_cast.h; path = "../celt-0.7.0/libcelt/float_cast.h"; sourceTree = SOURCE_ROOT; };
		2872662110F0FFD300DD4D54 /* header.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = header.c; path = "../celt-0.7.0/libcelt/header.c"; sourceTree = SOURCE_ROOT; };
		2872662210F0FFD300DD4D54 /* kfft_double.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = kfft_double.h; path = "../celt-0.7.0/libcelt/kfft_double.h"; sourceTree = SOURCE_ROOT; };
		2872662310F0FFD300DD4D54 /* kfft_single.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = kfft_single.c; path = "../celt-0.7.0/libcelt/kfft_single.c"; sourceTree = SOURCE_ROOT; };
		2872662410F0FFD300DD4D54 /* kfft_single.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = kfft_single.h; path = "../celt-0.7.0/libcelt/kfft_single.h"; sourceTree = SOURCE_ROOT; };
		2872662510F0FFD300DD4D54 /* kiss_fft.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = kiss_fft.c; path = "../celt-0.7.0/libcelt/kiss_fft.c"; sourceTree = SOURCE_ROOT; };
		2872662610F0FFD300DD4D54 /* kiss_fft.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = kiss_fft.h; path = "../celt-0.7.0/libcelt/kiss_fft.h"; sourceTree = SOURCE_ROOT; };
		2872662710F0FFD300DD4D54 /* kiss_fftr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = kiss_fftr.c; path = "../celt-0.7.0/libcelt/kiss_fftr.c"; sourceTree = SOURCE_ROOT; };
		2872662810F0FFD300DD4D54 /* kiss_fftr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = kiss_fftr.h; path = "../celt-0.7.0/libcelt/kiss_fftr.h"; sourceTree = SOURCE_ROOT; };
		2872662910F0FFD300DD4D54 /* laplace.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = laplace.c; path = "../celt-0.7.0/libcelt/laplace.c"; sourceTree = SOURCE_ROOT; };
		2872662A10F0FFD300DD4D54 /* laplace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = laplace.h; path = "../celt-0.7.0/libcelt/laplace.h"; sourceTree = SOURCE_ROOT; };
		2872662D10F0FFD300DD4D54 /* mathops.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mathops.h; path = "../celt-0.7.0/libcelt/mathops.h"; sourceTree = SOURCE_ROOT; };
		2872662E10F0FFD300DD4D54 /* mdct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mdct.c; path = "../celt-0.7.0/libcelt/mdct.c"; sourceTree = SOURCE_ROOT; };
		2872662F10F0FFD300DD4D54 /* mdct.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mdct.h; path = "../celt-0.7.0/libcelt/mdct.h"; sourceTree = SOURCE_ROOT; };
		2872663010F0FFD300DD4D54 /* mfrngcod.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mfrngcod.h; path = "../celt-0.7.0/libcelt/mfrngcod.h"; sourceTree = SOURCE_ROOT; };
		2872663110F0FFD300DD4D54 /* mfrngdec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mfrngdec.c; path = "../celt-0.7.0/libcelt/mfrngdec.c"; sourceTree = SOURCE_ROOT; };
		2872663210F0FFD300DD4D54 /* mfrngenc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mfrngenc.c; path = "../celt-0.7.0/libcelt/mfrngenc.c"; sourceTree = SOURCE_ROOT; };
		2872663310F0FFD300DD4D54 /* modes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = modes.c; path = "../celt-0.7.0/libcelt/modes.c"; sourceTree = SOURCE_ROOT; };
		2872663410F0FFD300DD4D54 /* modes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = modes.h; path = "../celt-0.7.0/libcelt/modes.h"; sourceTree = SOURCE_ROOT; };
		2872663510F0FFD300DD4D54 /* os_support.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = os_support.h; path = "../celt-0.7.0/libcelt/os_support.h"; sourceTree = SOURCE_ROOT; };
		2872663610F0FFD300DD4D54 /* pitch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pitch.c; path = "../celt-0.7.0/libcelt/pitch.c"; sourceTree = SOURCE_ROOT; };
		2872663710F0FFD300DD4D54 /* pitch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pitch.h; path = "../celt-0.7.0/libcelt/pitch.h"; sourceTree = SOURCE_ROOT; };
		2872663810F0FFD300DD4D54 /* plc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = plc.c; path = "../celt-0.7.0/libcelt/plc.c"; sourceTree = SOURCE_ROOT; };
		2872663910F0FFD300DD4D54 /* psy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = psy.c; path = "../celt-0.7.0/libcelt/psy.c"; sourceTree = SOURCE_ROOT; };
		2872663A10F0FFD300DD4D54 /* psy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = psy.h; path = "../celt-0.7.0/libcelt/psy.h"; sourceTree = SOURCE_ROOT; };
		2872663B10F0FFD300DD4D54 /* quant_bands.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = quant_bands.c; path = "../celt-0.7.0/libcelt/quant_bands.c"; sourceTree = SOURCE_ROOT; };
		2872663C10F0FFD300DD4D54 /* quant_bands.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = quant_bands.h; path = "../celt-0.7.0/libcelt/quant_bands.h"; sourceTree = SOURCE_ROOT; };
		2872663D10F0FFD300DD4D54 /* rangedec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rangedec.c; path = "../celt-0.7.0/libcelt/rangedec.c"; sourceTree = SOURCE_ROOT; };
		2872663E10F0FFD300DD4D54 /* rangeenc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rangeenc.c; path = "../celt-0.7.0/libcelt/rangeenc.c"; sourceTree = SOURCE_ROOT; };
		2872663F10F0FFD300DD4D54 /* rate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rate.c; path = "../celt-0.7.0/libcelt/rate.c"; sourceTree = SOURCE_ROOT; };
		2872664010F0FFD300DD4D54 /* rate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = rate.h; path = "../celt-0.7.0/libcelt/rate.h"; sourceTree = SOURCE_ROOT; };
		2872664110F0FFD300DD4D54 /* stack_alloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stack_alloc.h; path = "../celt-0.7.0/libcelt/stack_alloc.h"; sourceTree = SOURCE_ROOT; };
		2872664210F0FFD300DD4D54 /* testcelt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testcelt.c; path = "../celt-0.7.0/libcelt/testcelt.c"; sourceTree = SOURCE_ROOT; };
		2872664310F0FFD300DD4D54 /* vq.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vq.c; path = "../celt-0.7.0/libcelt/vq.c"; sourceTree = SOURCE_ROOT; };
		2872664410F0FFD300DD4D54 /* vq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = vq.h; path = "../celt-0.7.0/libcelt/vq.h"; sourceTree = SOURCE_ROOT; };
		2872668010F0FFF300DD4D54 /* arch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = arch.h; path = "../celt-0.7.0/libcelt/arch.h"; sourceTree = SOURCE_ROOT; };
		2872668210F1000900DD4D54 /* _kiss_fft_guts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = _kiss_fft_guts.h; path = "../celt-0.7.0/libcelt/_kiss_fft_guts.h"; sourceTree = SOURCE_ROOT; };
		287266F910F1021E00DD4D54 /* c64_fft.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = c64_fft.c; path = "../celt-0.7.0/libcelt/c64_fft.c"; sourceTree = SOURCE_ROOT; };
		287266FA10F1021E00DD4D54 /* c64_fft.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = c64_fft.h; path = "../celt-0.7.0/libcelt/c64_fft.h"; sourceTree = SOURCE_ROOT; };
		287266FB10F1021E00DD4D54 /* fixed_c5x.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fixed_c5x.h; path = "../celt-0.7.0/libcelt/fixed_c5x.h"; sourceTree = SOURCE_ROOT; };
		287266FC10F1021E00DD4D54 /* fixed_c6x.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fixed_c6x.h; path = "../celt-0.7.0/libcelt/fixed_c6x.h"; sourceTree = SOURCE_ROOT; };
		D2AAC07E0554694100DB518D /* libCELT-0.7.0.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libCELT-0.7.0.a"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		2842FCB811BFB90300CE4CB1 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		D2AAC07C0554694100DB518D /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		034768DFFF38A50411DB9C8B /* Products */ = {
			isa = PBXGroup;
			children = (
				D2AAC07E0554694100DB518D /* libCELT-0.7.0.a */,
				2842FCBA11BFB90300CE4CB1 /* libCELT-0.7.0.dylib */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		0867D691FE84028FC02AAC07 /* CELT */ = {
			isa = PBXGroup;
			children = (
				287265EB10F0FFA200DD4D54 /* Source */,
				034768DFFF38A50411DB9C8B /* Products */,
			);
			name = CELT;
			sourceTree = "<group>";
		};
		287265EB10F0FFA200DD4D54 /* Source */ = {
			isa = PBXGroup;
			children = (
				287266F910F1021E00DD4D54 /* c64_fft.c */,
				287266FA10F1021E00DD4D54 /* c64_fft.h */,
				287266FB10F1021E00DD4D54 /* fixed_c5x.h */,
				287266FC10F1021E00DD4D54 /* fixed_c6x.h */,
				2872668210F1000900DD4D54 /* _kiss_fft_guts.h */,
				2872668010F0FFF300DD4D54 /* arch.h */,
				2872660A10F0FFD300DD4D54 /* bands.c */,
				2872660B10F0FFD300DD4D54 /* bands.h */,
				2872660E10F0FFD300DD4D54 /* celt_header.h */,
				2872660F10F0FFD300DD4D54 /* celt_types.h */,
				2872661010F0FFD300DD4D54 /* celt.c */,
				2872661110F0FFD300DD4D54 /* celt.h */,
				2872661210F0FFD300DD4D54 /* cwrs.c */,
				2872661310F0FFD300DD4D54 /* cwrs.h */,
				2872661410F0FFD300DD4D54 /* dump_modes.c */,
				2872661510F0FFD300DD4D54 /* ecintrin.h */,
				2872661610F0FFD300DD4D54 /* entcode.c */,
				2872661710F0FFD300DD4D54 /* entcode.h */,
				2872661810F0FFD300DD4D54 /* entdec.c */,
				2872661910F0FFD300DD4D54 /* entdec.h */,
				2872661A10F0FFD300DD4D54 /* entenc.c */,
				2872661B10F0FFD300DD4D54 /* entenc.h */,
				2872661E10F0FFD300DD4D54 /* fixed_debug.h */,
				2872661F10F0FFD300DD4D54 /* fixed_generic.h */,
				2872662010F0FFD300DD4D54 /* float_cast.h */,
				2872662110F0FFD300DD4D54 /* header.c */,
				2872662210F0FFD300DD4D54 /* kfft_double.h */,
				2872662310F0FFD300DD4D54 /* kfft_single.c */,
				2872662410F0FFD300DD4D54 /* kfft_single.h */,
				2872662510F0FFD300DD4D54 /* kiss_fft.c */,
				2872662610F0FFD300DD4D54 /* kiss_fft.h */,
				2872662710F0FFD300DD4D54 /* kiss_fftr.c */,
				2872662810F0FFD300DD4D54 /* kiss_fftr.h */,
				2872662910F0FFD300DD4D54 /* laplace.c */,
				2872662A10F0FFD300DD4D54 /* laplace.h */,
				2872662D10F0FFD300DD4D54 /* mathops.h */,
				2872662E10F0FFD300DD4D54 /* mdct.c */,
				2872662F10F0FFD300DD4D54 /* mdct.h */,
				2872663010F0FFD300DD4D54 /* mfrngcod.h */,
				2872663110F0FFD300DD4D54 /* mfrngdec.c */,
				2872663210F0FFD300DD4D54 /* mfrngenc.c */,
				2872663310F0FFD300DD4D54 /* modes.c */,
				2872663410F0FFD300DD4D54 /* modes.h */,
				2872663510F0FFD300DD4D54 /* os_support.h */,
				2872663610F0FFD300DD4D54 /* pitch.c */,
				2872663710F0FFD300DD4D54 /* pitch.h */,
				2872663810F0FFD300DD4D54 /* plc.c */,
				2872663910F0FFD300DD4D54 /* psy.c */,
				2872663A10F0FFD300DD4D54 /* psy.h */,
				2872663B10F0FFD300DD4D54 /* quant_bands.c */,
				2872663C10F0FFD300DD4D54 /* quant_bands.h */,
				2872663D10F0FFD300DD4D54 /* rangedec.c */,
				2872663E10F0FFD300DD4D54 /* rangeenc.c */,
				2872663F10F0FFD300DD4D54 /* rate.c */,
				2872664010F0FFD300DD4D54 /* rate.h */,
				2872664110F0FFD300DD4D54 /* stack_alloc.h */,
				2872664210F0FFD300DD4D54 /* testcelt.c */,
				2872664310F0FFD300DD4D54 /* vq.c */,
				2872664410F0FFD300DD4D54 /* vq.h */,
			);
			name = Source;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
		2842FCB611BFB90300CE4CB1 /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
				2842FCCD11BFB94C00CE4CB1 /* bands.h in Headers */,
				2842FCCE11BFB94C00CE4CB1 /* celt_header.h in Headers */,
				2842FCCF11BFB94C00CE4CB1 /* celt_types.h in Headers */,
				2842FCD011BFB94C00CE4CB1 /* celt.h in Headers */,
				2842FCD111BFB94C00CE4CB1 /* cwrs.h in Headers */,
				2842FCD211BFB94C00CE4CB1 /* ecintrin.h in Headers */,
				2842FCD311BFB94C00CE4CB1 /* entcode.h in Headers */,
				2842FCD411BFB94C00CE4CB1 /* entdec.h in Headers */,
				2842FCD511BFB94C00CE4CB1 /* entenc.h in Headers */,
				2842FCD611BFB94C00CE4CB1 /* fixed_debug.h in Headers */,
				2842FCD711BFB94C00CE4CB1 /* fixed_generic.h in Headers */,
				2842FCD811BFB94C00CE4CB1 /* float_cast.h in Headers */,
				2842FCD911BFB94C00CE4CB1 /* kfft_double.h in Headers */,
				2842FCDA11BFB94C00CE4CB1 /* kfft_single.h in Headers */,
				2842FCDB11BFB94C00CE4CB1 /* kiss_fft.h in Headers */,
				2842FCDC11BFB94C00CE4CB1 /* kiss_fftr.h in Headers */,
				2842FCDD11BFB94C00CE4CB1 /* laplace.h in Headers */,
				2842FCDE11BFB94C00CE4CB1 /* mathops.h in Headers */,
				2842FCDF11BFB94C00CE4CB1 /* mdct.h in Headers */,
				2842FCE011BFB94C00CE4CB1 /* mfrngcod.h in Headers */,
				2842FCE111BFB94C00CE4CB1 /* modes.h in Headers */,
				2842FCE211BFB94C00CE4CB1 /* os_support.h in Headers */,
				2842FCE311BFB94C00CE4CB1 /* pitch.h in Headers */,
				2842FCE411BFB94C00CE4CB1 /* psy.h in Headers */,
				2842FCE511BFB94C00CE4CB1 /* quant_bands.h in Headers */,
				2842FCE611BFB94C00CE4CB1 /* rate.h in Headers */,
				2842FCE711BFB94C00CE4CB1 /* stack_alloc.h in Headers */,
				2842FCE811BFB94C00CE4CB1 /* vq.h in Headers */,
				2842FCE911BFB94C00CE4CB1 /* arch.h in Headers */,
				2842FCEA11BFB94C00CE4CB1 /* _kiss_fft_guts.h in Headers */,
				2842FCEB11BFB94C00CE4CB1 /* c64_fft.h in Headers */,
				2842FCEC11BFB94C00CE4CB1 /* fixed_c5x.h in Headers */,
				2842FCED11BFB94C00CE4CB1 /* fixed_c6x.h in Headers */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		D2AAC07A0554694100DB518D /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
				2872664810F0FFD300DD4D54 /* bands.h in Headers */,
				2872664B10F0FFD300DD4D54 /* celt_header.h in Headers */,
				2872664C10F0FFD300DD4D54 /* celt_types.h in Headers */,
				2872664E10F0FFD300DD4D54 /* celt.h in Headers */,
				2872665010F0FFD300DD4D54 /* cwrs.h in Headers */,
				2872665210F0FFD300DD4D54 /* ecintrin.h in Headers */,
				2872665410F0FFD300DD4D54 /* entcode.h in Headers */,
				2872665610F0FFD300DD4D54 /* entdec.h in Headers */,
				2872665810F0FFD300DD4D54 /* entenc.h in Headers */,
				2872665B10F0FFD300DD4D54 /* fixed_debug.h in Headers */,
				2872665C10F0FFD300DD4D54 /* fixed_generic.h in Headers */,
				2872665D10F0FFD300DD4D54 /* float_cast.h in Headers */,
				2872665F10F0FFD300DD4D54 /* kfft_double.h in Headers */,
				2872666110F0FFD300DD4D54 /* kfft_single.h in Headers */,
				2872666310F0FFD300DD4D54 /* kiss_fft.h in Headers */,
				2872666510F0FFD300DD4D54 /* kiss_fftr.h in Headers */,
				2872666710F0FFD300DD4D54 /* laplace.h in Headers */,
				2872666810F0FFD300DD4D54 /* mathops.h in Headers */,
				2872666A10F0FFD300DD4D54 /* mdct.h in Headers */,
				2872666B10F0FFD300DD4D54 /* mfrngcod.h in Headers */,
				2872666F10F0FFD300DD4D54 /* modes.h in Headers */,
				2872667010F0FFD300DD4D54 /* os_support.h in Headers */,
				2872667210F0FFD300DD4D54 /* pitch.h in Headers */,
				2872667510F0FFD300DD4D54 /* psy.h in Headers */,
				2872667710F0FFD300DD4D54 /* quant_bands.h in Headers */,
				2872667B10F0FFD300DD4D54 /* rate.h in Headers */,
				2872667C10F0FFD300DD4D54 /* stack_alloc.h in Headers */,
				2872667F10F0FFD300DD4D54 /* vq.h in Headers */,
				2872668110F0FFF300DD4D54 /* arch.h in Headers */,
				2872668310F1000900DD4D54 /* _kiss_fft_guts.h in Headers */,
				287266FE10F1021E00DD4D54 /* c64_fft.h in Headers */,
				287266FF10F1021E00DD4D54 /* fixed_c5x.h in Headers */,
				2872670010F1021E00DD4D54 /* fixed_c6x.h in Headers */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
		2842FCB911BFB90300CE4CB1 /* CELT 0.7.0 (Mac OS X) */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 2842FD0311BFB97400CE4CB1 /* Build configuration list for PBXNativeTarget "CELT 0.7.0 (Mac OS X)" */;
			buildPhases = (
				2842FCB611BFB90300CE4CB1 /* Headers */,
				2842FCB711BFB90300CE4CB1 /* Sources */,
				2842FCB811BFB90300CE4CB1 /* Frameworks */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = "CELT 0.7.0 (Mac OS X)";
			productName = "CELT (Mac OS X)";
			productReference = 2842FCBA11BFB90300CE4CB1 /* libCELT-0.7.0.dylib */;
			productType = "com.apple.product-type.library.dynamic";
		};
		D2AAC07D0554694100DB518D /* CELT 0.7.0 (iOS) */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "CELT 0.7.0 (iOS)" */;
			buildPhases = (
				D2AAC07A0554694100DB518D /* Headers */,
				D2AAC07B0554694100DB518D /* Sources */,
				D2AAC07C0554694100DB518D /* Frameworks */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = "CELT 0.7.0 (iOS)";
			productName = CELT;
			productReference = D2AAC07E0554694100DB518D /* libCELT-0.7.0.a */;
			productType = "com.apple.product-type.library.static";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		0867D690FE84028FC02AAC07 /* Project object */ = {
			isa = PBXProject;
			buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "CELT-0.7.0" */;
			compatibilityVersion = "Xcode 3.1";
			developmentRegion = English;
			hasScannedForEncodings = 1;
			knownRegions = (
				English,
				Japanese,
				French,
				German,
			);
			mainGroup = 0867D691FE84028FC02AAC07 /* CELT */;
			productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				D2AAC07D0554694100DB518D /* CELT 0.7.0 (iOS) */,
				2842FCB911BFB90300CE4CB1 /* CELT 0.7.0 (Mac OS X) */,
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		2842FCB711BFB90300CE4CB1 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				2842FCEE11BFB95600CE4CB1 /* bands.c in Sources */,
				2842FCEF11BFB95600CE4CB1 /* celt.c in Sources */,
				2842FCF011BFB95600CE4CB1 /* cwrs.c in Sources */,
				2842FCF111BFB95600CE4CB1 /* entcode.c in Sources */,
				2842FCF211BFB95600CE4CB1 /* entdec.c in Sources */,
				2842FCF311BFB95600CE4CB1 /* entenc.c in Sources */,
				2842FCF411BFB95600CE4CB1 /* header.c in Sources */,
				2842FCF511BFB95600CE4CB1 /* kiss_fft.c in Sources */,
				2842FCF611BFB95600CE4CB1 /* kiss_fftr.c in Sources */,
				2842FCF711BFB95600CE4CB1 /* laplace.c in Sources */,
				2842FCF811BFB95600CE4CB1 /* mdct.c in Sources */,
				2842FCF911BFB95600CE4CB1 /* modes.c in Sources */,
				2842FCFA11BFB95600CE4CB1 /* pitch.c in Sources */,
				2842FCFB11BFB95600CE4CB1 /* psy.c in Sources */,
				2842FCFC11BFB95600CE4CB1 /* quant_bands.c in Sources */,
				2842FCFD11BFB95600CE4CB1 /* rangedec.c in Sources */,
				2842FCFE11BFB95600CE4CB1 /* rangeenc.c in Sources */,
				2842FCFF11BFB95600CE4CB1 /* rate.c in Sources */,
				2842FD0011BFB95600CE4CB1 /* vq.c in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		D2AAC07B0554694100DB518D /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				2872664710F0FFD300DD4D54 /* bands.c in Sources */,
				2872664D10F0FFD300DD4D54 /* celt.c in Sources */,
				2872664F10F0FFD300DD4D54 /* cwrs.c in Sources */,
				2872665310F0FFD300DD4D54 /* entcode.c in Sources */,
				2872665510F0FFD300DD4D54 /* entdec.c in Sources */,
				2872665710F0FFD300DD4D54 /* entenc.c in Sources */,
				2872665E10F0FFD300DD4D54 /* header.c in Sources */,
				2872666210F0FFD300DD4D54 /* kiss_fft.c in Sources */,
				2872666410F0FFD300DD4D54 /* kiss_fftr.c in Sources */,
				2872666610F0FFD300DD4D54 /* laplace.c in Sources */,
				2872666910F0FFD300DD4D54 /* mdct.c in Sources */,
				2872666E10F0FFD300DD4D54 /* modes.c in Sources */,
				2872667110F0FFD300DD4D54 /* pitch.c in Sources */,
				2872667410F0FFD300DD4D54 /* psy.c in Sources */,
				2872667610F0FFD300DD4D54 /* quant_bands.c in Sources */,
				2872667810F0FFD300DD4D54 /* rangedec.c in Sources */,
				2872667910F0FFD300DD4D54 /* rangeenc.c in Sources */,
				2872667A10F0FFD300DD4D54 /* rate.c in Sources */,
				2872667E10F0FFD300DD4D54 /* vq.c in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		1DEB921F08733DC00010E9CD /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
				COPY_PHASE_STRIP = NO;
				DSTROOT = /tmp/CELT.dst;
				GCC_AUTO_VECTORIZATION = YES;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_ENABLE_FIX_AND_CONTINUE = YES;
				GCC_FAST_MATH = YES;
				GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
				GCC_MODEL_TUNING = G5;
				GCC_OPTIMIZATION_LEVEL = 3;
				GCC_PRECOMPILE_PREFIX_HEADER = NO;
				GCC_PREFIX_HEADER = "";
				GCC_THUMB_SUPPORT = NO;
				GCC_UNROLL_LOOPS = YES;
				INSTALL_PATH = /usr/local/lib;
				OTHER_CFLAGS = "-fsingle-precision-constant";
				"OTHER_CFLAGS[arch=armv7]" = (
					"-mfpu=neon",
					"-mfloat-abi=softfp",
					"-mcpu=cortex-a8",
				);
				"OTHER_CPLUSPLUSFLAGS[arch=armv7]" = "$(OTHER_CFLAGS)";
				PRODUCT_NAME = "CELT-0.7.0";
				SDKROOT = iphoneos4.1;
				USER_HEADER_SEARCH_PATHS = "${PROJECT_DIR}/** ${PROJECT_DIR}/../celt-0.7.0/libcelt//**";
			};
			name = Debug;
		};
		1DEB922008733DC00010E9CD /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
				DSTROOT = /tmp/CELT.dst;
				GCC_AUTO_VECTORIZATION = YES;
				GCC_FAST_MATH = YES;
				GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
				GCC_MODEL_TUNING = G5;
				GCC_OPTIMIZATION_LEVEL = 3;
				GCC_PRECOMPILE_PREFIX_HEADER = NO;
				GCC_PREFIX_HEADER = "";
				GCC_THUMB_SUPPORT = NO;
				GCC_UNROLL_LOOPS = YES;
				INSTALL_PATH = /usr/local/lib;
				OTHER_CFLAGS = "-fsingle-precision-constant";
				"OTHER_CFLAGS[arch=armv7]" = (
					"-mfpu=neon",
					"-mfloat-abi=softfp",
					"-mcpu=cortex-a8",
				);
				"OTHER_CPLUSPLUSFLAGS[arch=armv7]" = "$(OTHER_CFLAGS)";
				PRODUCT_NAME = "CELT-0.7.0";
				SDKROOT = iphoneos4.1;
				USER_HEADER_SEARCH_PATHS = "${PROJECT_DIR}/** ${PROJECT_DIR}/../celt-0.7.0/libcelt//**";
			};
			name = Release;
		};
		1DEB922308733DC00010E9CD /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
				GCC_C_LANGUAGE_STANDARD = c99;
				GCC_ENABLE_SYMBOL_SEPARATION = NO;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = HAVE_CONFIG_H;
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				HEADER_SEARCH_PATHS = "";
				OTHER_LDFLAGS = "-ObjC";
				PREBINDING = NO;
				PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
				SDKROOT = macosx10.6;
				USER_HEADER_SEARCH_PATHS = "${PROJECT_DIR}/** ${PROJECT_DIR}/../celt/libcelt//**";
			};
			name = Debug;
		};
		1DEB922408733DC00010E9CD /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
				GCC_C_LANGUAGE_STANDARD = c99;
				GCC_ENABLE_SYMBOL_SEPARATION = NO;
				GCC_PREPROCESSOR_DEFINITIONS = HAVE_CONFIG_H;
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				HEADER_SEARCH_PATHS = "";
				OTHER_LDFLAGS = "-ObjC";
				PREBINDING = NO;
				PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
				SDKROOT = macosx10.6;
				USER_HEADER_SEARCH_PATHS = "${PROJECT_DIR}/** ${PROJECT_DIR}/../celt/libcelt//**";
			};
			name = Release;
		};
		2842FCBB11BFB90300CE4CB1 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				COPY_PHASE_STRIP = NO;
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_ENABLE_FIX_AND_CONTINUE = YES;
				GCC_MODEL_TUNING = G5;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PRECOMPILE_PREFIX_HEADER = NO;
				GCC_PREFIX_HEADER = "";
				INSTALL_PATH = /usr/local/lib;
				OTHER_LDFLAGS = (
					"-framework",
					Foundation,
					"-framework",
					AppKit,
				);
				PREBINDING = NO;
				PRODUCT_NAME = "libCELT-0.7.0";
				USER_HEADER_SEARCH_PATHS = "${PROJECT_DIR}/** ${PROJECT_DIR}/../celt-0.7.0/libcelt//**";
			};
			name = Debug;
		};
		2842FCBC11BFB90300CE4CB1 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				COPY_PHASE_STRIP = YES;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				GCC_ENABLE_FIX_AND_CONTINUE = NO;
				GCC_MODEL_TUNING = G5;
				GCC_PRECOMPILE_PREFIX_HEADER = NO;
				GCC_PREFIX_HEADER = "";
				INSTALL_PATH = /usr/local/lib;
				OTHER_LDFLAGS = (
					"-framework",
					Foundation,
					"-framework",
					AppKit,
				);
				PREBINDING = NO;
				PRODUCT_NAME = "libCELT-0.7.0";
				USER_HEADER_SEARCH_PATHS = "${PROJECT_DIR}/** ${PROJECT_DIR}/../celt-0.7.0/libcelt//**";
				ZERO_LINK = NO;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "CELT 0.7.0 (iOS)" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				1DEB921F08733DC00010E9CD /* Debug */,
				1DEB922008733DC00010E9CD /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "CELT-0.7.0" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				1DEB922308733DC00010E9CD /* Debug */,
				1DEB922408733DC00010E9CD /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		2842FD0311BFB97400CE4CB1 /* Build configuration list for PBXNativeTarget "CELT 0.7.0 (Mac OS X)" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				2842FCBB11BFB90300CE4CB1 /* Debug */,
				2842FCBC11BFB90300CE4CB1 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
}