Ignore:
Timestamp:
Mar 16, 2006 2:24:26 PM (18 years ago)
Author:
bennylp
Message:

Added misc flags and modify Makefiles to allow exclusion of PortAudio? and specific codec during compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/pasound.c

    r319 r320  
    2323#include <pj/string.h> 
    2424#include <portaudio.h> 
     25 
     26#if defined(PJMEDIA_HAS_PORTAUDIO_SOUND) && PJMEDIA_HAS_PORTAUDIO_SOUND!=0 
    2527 
    2628#define THIS_FILE       "pasound.c" 
     
    435437} 
    436438 
     439 
     440#endif  /* PJMEDIA_HAS_PORTAUDIO_SOUND */ 
Note: See TracChangeset for help on using the changeset viewer.