- Timestamp:
- Feb 19, 2010 9:57:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia-audiodev/config.h
r3079 r3102 64 64 #ifndef PJMEDIA_AUDIO_DEV_HAS_ALSA 65 65 # define PJMEDIA_AUDIO_DEV_HAS_ALSA 0 66 #endif 67 68 69 /** 70 * This setting controls whether null audio support should be included. 71 */ 72 #ifndef PJMEDIA_AUDIO_DEV_HAS_NULL_AUDIO 73 # define PJMEDIA_AUDIO_DEV_HAS_NULL_AUDIO 0 66 74 #endif 67 75
Note: See TracChangeset
for help on using the changeset viewer.