Changeset 1706


Ignore:
Timestamp:
Jan 18, 2008 5:18:55 PM (16 years ago)
Author:
bennylp
Message:

Fixed python module build error (thanks Jeff Ames)

Location:
pjproject/trunk/pjsip-apps/src/py_pjsua
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/py_pjsua/py_pjsua.c

    r1438 r1706  
    3636 * declares method for reconfiguring logging process for callback struct 
    3737 */ 
    38 static void cb_log_cb(int level, const char *data, pj_size_t len) 
     38static void cb_log_cb(int level, const char *data, int len) 
    3939{ 
    4040         
  • pjproject/trunk/pjsip-apps/src/py_pjsua/setup.py

    r1437 r1706  
    2323f.close() 
    2424 
    25 setup(name="py_pjsua", version="0.7", 
     25setup(name="py_pjsua", version="0.8", 
    2626        ext_modules = [ 
    2727                Extension("py_pjsua",  
    2828                          ["py_pjsua.c"],  
     29                          define_macros=[('PJ_AUTOCONF', '1'),], 
    2930                          include_dirs=pj_inc_dirs,  
    3031                          library_dirs=pj_lib_dirs,  
Note: See TracChangeset for help on using the changeset viewer.