adpcm
Dimitri Diakopoulos 11 years ago
parent 627fb354ad
commit 79b7af4fb5

@ -68,7 +68,7 @@
08B91D1D1AC26FC100335131 = { 08B91D1D1AC26FC100335131 = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
08B91D281AC26FC100335131 /* libnyquist */, 08B91D281AC26FC100335131 /* Example */,
08B91D801AC73B3B00335131 /* Frameworks */, 08B91D801AC73B3B00335131 /* Frameworks */,
08B91D271AC26FC100335131 /* Products */, 08B91D271AC26FC100335131 /* Products */,
); );
@ -82,12 +82,13 @@
name = Products; name = Products;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
08B91D281AC26FC100335131 /* libnyquist */ = { 08B91D281AC26FC100335131 /* Example */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
08B91D821AC73B6900335131 /* src */, 08B91D821AC73B6900335131 /* src */,
083DB3EB1B0871B300FB0661 /* third_party */, 083DB3EB1B0871B300FB0661 /* third_party */,
); );
name = Example;
path = libnyquist; path = libnyquist;
sourceTree = "<group>"; sourceTree = "<group>";
}; };

@ -460,7 +460,6 @@
"$(inherited)", "$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/third_party", "$(SRCROOT)/third_party",
"$(SRCROOT)/third_party/stb_vorbis",
"$(SRCROOT)/third_party/rtaudio", "$(SRCROOT)/third_party/rtaudio",
"$(SRCROOT)/third_party/flac/src/include", "$(SRCROOT)/third_party/flac/src/include",
"$(SRCROOT)/third_party/libogg/include", "$(SRCROOT)/third_party/libogg/include",
@ -506,7 +505,6 @@
"$(inherited)", "$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/third_party", "$(SRCROOT)/third_party",
"$(SRCROOT)/third_party/stb_vorbis",
"$(SRCROOT)/third_party/rtaudio", "$(SRCROOT)/third_party/rtaudio",
"$(SRCROOT)/third_party/flac/src/include", "$(SRCROOT)/third_party/flac/src/include",
"$(SRCROOT)/third_party/libogg/include", "$(SRCROOT)/third_party/libogg/include",

Loading…
Cancel
Save