Merged Mac OS X and iOS audio targets.
--HG-- rename : src/audio/macosx/SDL_coreaudio.c => src/audio/coreaudio/SDL_coreaudio.c rename : src/audio/macosx/SDL_coreaudio.h => src/audio/coreaudio/SDL_coreaudio.h
This commit is contained in:
parent
cd8da3097b
commit
b2540abd8e
8 changed files with 135 additions and 468 deletions
|
@ -1139,7 +1139,7 @@
|
|||
children = (
|
||||
04BDFD8712E6671700899322 /* disk */,
|
||||
04BDFD9312E6671700899322 /* dummy */,
|
||||
04BDFD9F12E6671700899322 /* macosx */,
|
||||
04BDFD9F12E6671700899322 /* coreaudio */,
|
||||
04BDFDB412E6671700899322 /* SDL_audio.c */,
|
||||
04BDFDB512E6671700899322 /* SDL_audio_c.h */,
|
||||
04BDFDB612E6671700899322 /* SDL_audiocvt.c */,
|
||||
|
@ -1174,13 +1174,13 @@
|
|||
path = dummy;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
04BDFD9F12E6671700899322 /* macosx */ = {
|
||||
04BDFD9F12E6671700899322 /* coreaudio */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
04BDFDA012E6671700899322 /* SDL_coreaudio.c */,
|
||||
04BDFDA112E6671700899322 /* SDL_coreaudio.h */,
|
||||
);
|
||||
path = macosx;
|
||||
path = coreaudio;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
04BDFDD312E6671700899322 /* cpuinfo */ = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue