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/g711.c

    r278 r320  
    2727#include <pj/string.h> 
    2828#include <pj/assert.h> 
     29 
     30#if defined(PJMEDIA_HAS_G711_CODEC) && PJMEDIA_HAS_G711_CODEC!=0 
    2931 
    3032 
     
    473475 
    474476 
     477#endif  /* PJMEDIA_HAS_G711_CODEC */ 
     478 
     479 
    475480/* 
    476481 * This source code is a product of Sun Microsystems, Inc. and is provided 
     
    765770 
    766771 
     772 
Note: See TracChangeset for help on using the changeset viewer.