- Timestamp:
- Dec 28, 2016 3:40:07 AM (8 years ago)
- Location:
- pjproject/branches/projects/uwp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/uwp
- Property svn:mergeinfo changed
/pjproject/trunk (added) merged: 5209,5212-5234,5237-5253,5255,5257-5292,5294-5297,5299-5332,5334-5394,5396-5438,5440-5469,5471-5496,5498-5510
- Property svn:mergeinfo changed
-
pjproject/branches/projects/uwp/pjmedia/include/pjmedia-audiodev/config.h
r5201 r5513 60 60 * This setting controls whether PortAudio support should be included. 61 61 * 62 * By default it is enabled except on Windows platforms (including 63 * Windows Mobile) and Symbian. 62 * By default it is disabled. 64 63 */ 65 64 #ifndef PJMEDIA_AUDIO_DEV_HAS_PORTAUDIO 66 # if (defined(PJ_WIN32) && PJ_WIN32!=0) || \ 67 (defined(PJ_WIN64) && PJ_WIN64!=0) || \ 68 (defined(PJ_SYMBIAN) && PJ_SYMBIAN!=0) 69 # define PJMEDIA_AUDIO_DEV_HAS_PORTAUDIO 0 70 # else 71 # define PJMEDIA_AUDIO_DEV_HAS_PORTAUDIO 1 72 # endif 65 # define PJMEDIA_AUDIO_DEV_HAS_PORTAUDIO 0 73 66 #endif 74 67
Note: See TracChangeset
for help on using the changeset viewer.