- Timestamp:
- May 17, 2010 12:28:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/iphone/pjmedia/src/pjmedia-audiodev/coreaudio_dev.c
r3167 r3173 24 24 #if PJMEDIA_AUDIO_DEV_HAS_COREAUDIO 25 25 26 #include "TargetConditionals.h" 27 #if TARGET_OS_IPHONE 28 #define COREAUDIO_MAC 0 29 #else 30 #define COREAUDIO_MAC 1 31 #endif 32 26 33 #include <AudioUnit/AudioUnit.h> 27 34 #if !COREAUDIO_MAC … … 202 209 AudioDeviceID *dev_ids; 203 210 UInt32 buf_size, dev_size, size = sizeof(AudioDeviceID); 204 AudioBufferList *buf ;211 AudioBufferList *buf = NULL; 205 212 OSStatus ostatus; 206 213 #endif
Note: See TracChangeset
for help on using the changeset viewer.