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/include/pjmedia-codec.h

    r278 r320  
    1717 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    1818 */ 
    19 #ifndef __PJMEDIA_CODEC1_H__ 
    20 #define __PJMEDIA_CODEC1_H__ 
     19#ifndef __PJMEDIA_CODEC_PJMEDIA_CODEC_H__ 
     20#define __PJMEDIA_CODEC_PJMEDIA_CODEC_H__ 
    2121 
    2222#include <pjmedia-codec/gsm.h> 
     
    2424 
    2525 
    26 PJ_BEGIN_DECL 
     26#endif  /* __PJMEDIA_CODEC_PJMEDIA_CODEC_H__ */ 
    2727 
    28  
    29 /** 
    30  * Initialize pjmedia-codec library, and register all codec factories 
    31  * in this library. If application wants to controll the order of 
    32  * the codec, it MUST NOT call this function, but instead register 
    33  * each codec individually. 
    34  * 
    35  * @param endpt     The pjmedia endpoint. 
    36  * 
    37  * @return          PJ_SUCCESS on success. 
    38  */ 
    39 PJ_DECL(pj_status_t) pjmedia_codec_init(pjmedia_endpt *endpt); 
    40  
    41  
    42 /** 
    43  * Deinitialize pjmedia-codec library, and unregister all codec factories 
    44  * in this library. 
    45  * 
    46  * @return          PJ_SUCCESS on success. 
    47  */ 
    48 PJ_DECL(pj_status_t) pjmedia_codec_deinit(void); 
    49  
    50  
    51 PJ_END_DECL 
    52  
    53  
    54 #endif  /* __PJMEDIA_CODEC_H__ */ 
    55  
Note: See TracChangeset for help on using the changeset viewer.