1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Add files to mac build

This commit is contained in:
Paul Licameli 2016-06-15 06:27:38 -04:00
parent 27e46d5331
commit 095804a5cb

View File

@ -1208,6 +1208,7 @@
28FC1AFB0A47762C00A188AE /* WrappedType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28FC1AF90A47762C00A188AE /* WrappedType.cpp */; };
28FE4A080ABF4E960056F5C4 /* mmx_optimized.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28FE4A060ABF4E960056F5C4 /* mmx_optimized.cpp */; };
28FE4A090ABF4E960056F5C4 /* sse_optimized.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28FE4A070ABF4E960056F5C4 /* sse_optimized.cpp */; };
5E02BFF21D1164DF00EB7578 /* Distortion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E02BFF01D1164DF00EB7578 /* Distortion.cpp */; };
5E74D2E31CC4429700D88B0B /* EditCursorOverlay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E74D2DD1CC4429700D88B0B /* EditCursorOverlay.cpp */; };
5E74D2E41CC4429700D88B0B /* PlayIndicatorOverlay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E74D2DF1CC4429700D88B0B /* PlayIndicatorOverlay.cpp */; };
5E74D2E51CC4429700D88B0B /* Scrubbing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E74D2E11CC4429700D88B0B /* Scrubbing.cpp */; };
@ -2973,6 +2974,8 @@
28FE4A060ABF4E960056F5C4 /* mmx_optimized.cpp */ = {isa = PBXFileReference; fileEncoding = 5; indentWidth = 3; lastKnownFileType = sourcecode.cpp.cpp; path = mmx_optimized.cpp; sourceTree = "<group>"; tabWidth = 3; };
28FE4A070ABF4E960056F5C4 /* sse_optimized.cpp */ = {isa = PBXFileReference; fileEncoding = 5; indentWidth = 3; lastKnownFileType = sourcecode.cpp.cpp; path = sse_optimized.cpp; sourceTree = "<group>"; tabWidth = 3; };
28FEC1B21A12B6FB00FACE48 /* EffectAutomationParameters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EffectAutomationParameters.h; path = ../include/audacity/EffectAutomationParameters.h; sourceTree = SOURCE_ROOT; };
5E02BFF01D1164DF00EB7578 /* Distortion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Distortion.cpp; sourceTree = "<group>"; };
5E02BFF11D1164DF00EB7578 /* Distortion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Distortion.h; sourceTree = "<group>"; };
5E4685F81CCA9D84008741F2 /* CommandFunctors.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CommandFunctors.h; sourceTree = "<group>"; };
5E61EE0C1CBAA6BB0009FCF1 /* MemoryX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemoryX.h; sourceTree = "<group>"; };
5E74D2D91CC4427B00D88B0B /* TrackPanelCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TrackPanelCell.h; sourceTree = "<group>"; };
@ -4037,15 +4040,9 @@
1790AFFD09883BFD008A330A /* effects */ = {
isa = PBXGroup;
children = (
5ED18DB61CC16B1E00FAFE95 /* Reverb_libSoX.h */,
1790B00009883BFD008A330A /* audiounits */,
1790B02309883BFD008A330A /* ladspa */,
28D587C50E264CBB009C7DEA /* lv2 */,
1790B03409883BFD008A330A /* nyquist */,
28501E960CEECE4B0029ABAA /* vamp */,
28B97B800FBF77030076CF28 /* vst */,
1790AFFE09883BFD008A330A /* Amplify.cpp */,
1790AFFF09883BFD008A330A /* Amplify.h */,
1790B00009883BFD008A330A /* audiounits */,
28D65C700B97E54B000E001A /* AutoDuck.cpp */,
28D65C710B97E54B000E001A /* AutoDuck.h */,
EDD2431216934A6100D9DEC2 /* BassTreble.cpp */,
@ -4064,6 +4061,8 @@
1790B01509883BFD008A330A /* Compressor.h */,
18D8314C0ED0F56200FD870D /* Contrast.cpp */,
18D8314D0ED0F56200FD870D /* Contrast.h */,
5E02BFF01D1164DF00EB7578 /* Distortion.cpp */,
5E02BFF11D1164DF00EB7578 /* Distortion.h */,
28D65C740B97E573000E001A /* DtmfGen.cpp */,
28D65C750B97E573000E001A /* DtmfGen.h */,
1790B01709883BFD008A330A /* Echo.cpp */,
@ -4086,10 +4085,12 @@
18A2840D0F79BCAA0013A1BE /* Generator.h */,
1790B02109883BFD008A330A /* Invert.cpp */,
1790B02209883BFD008A330A /* Invert.h */,
1790B02309883BFD008A330A /* ladspa */,
1790B02A09883BFD008A330A /* Leveller.cpp */,
1790B02B09883BFD008A330A /* Leveller.h */,
1790B02C09883BFD008A330A /* LoadEffects.cpp */,
1790B02D09883BFD008A330A /* LoadEffects.h */,
28D587C50E264CBB009C7DEA /* lv2 */,
1790B02E09883BFD008A330A /* Noise.cpp */,
1790B02F09883BFD008A330A /* Noise.h */,
28BB98031A15BE6800D1CC80 /* NoiseReduction.cpp */,
@ -4098,12 +4099,14 @@
1790B03109883BFD008A330A /* NoiseRemoval.h */,
1790B03209883BFD008A330A /* Normalize.cpp */,
1790B03309883BFD008A330A /* Normalize.h */,
1790B03409883BFD008A330A /* nyquist */,
1790B03A09883BFD008A330A /* Phaser.cpp */,
1790B03B09883BFD008A330A /* Phaser.h */,
28EBA7FA0A78FADE00C8BB1F /* Repair.cpp */,
28EBA7FB0A78FADE00C8BB1F /* Repair.h */,
1790B03E09883BFD008A330A /* Repeat.cpp */,
1790B03F09883BFD008A330A /* Repeat.h */,
5ED18DB61CC16B1E00FAFE95 /* Reverb_libSoX.h */,
ED1944981733F92800F4F5CA /* Reverb.cpp */,
ED1944991733F92800F4F5CA /* Reverb.h */,
1790B04009883BFD008A330A /* Reverse.cpp */,
@ -4132,6 +4135,8 @@
1790B05109883BFD008A330A /* TruncSilence.h */,
1790B05209883BFD008A330A /* TwoPassSimpleMono.cpp */,
1790B05309883BFD008A330A /* TwoPassSimpleMono.h */,
28501E960CEECE4B0029ABAA /* vamp */,
28B97B800FBF77030076CF28 /* vst */,
1790B05C09883BFD008A330A /* Wahwah.cpp */,
1790B05D09883BFD008A330A /* Wahwah.h */,
);
@ -7484,6 +7489,7 @@
2860BA250E0F0D8600A13878 /* TimerRecordDialog.cpp in Sources */,
2860BA280E0F0DD800A13878 /* ExportFFmpeg.cpp in Sources */,
28D587CB0E264CF4009C7DEA /* LoadLV2.cpp in Sources */,
5E02BFF21D1164DF00EB7578 /* Distortion.cpp in Sources */,
28D587CC0E264CF4009C7DEA /* LV2Effect.cpp in Sources */,
28DA07390E4F5CEC003933C5 /* ExportFFmpegDialogs.cpp in Sources */,
186CCE6D0E51F47400659159 /* ODDecodeBlockFile.cpp in Sources */,