Ignore:
Timestamp:
Dec 4, 2013 2:38:20 AM (10 years ago)
Author:
nanang
Message:

Misc update & fix:

  • added new files (call & media) to VS2005 project
  • fixed compile warnings
  • fixed compile error when video is disabled
  • fixed Makefile when JAVA_HOME env var is set
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/pjsua2/pjsip/src/pjsua2/media.cpp

    r4669 r4670  
    313313                                        throw(Error) 
    314314{ 
     315    PJ_UNUSED_ARG(max_size); 
     316 
    315317    pj_str_t pj_name = str2Pj(file_name); 
    316318 
     
    427429bool AudDevManager::sndIsActive() const 
    428430{ 
    429     return pjsua_snd_is_active(); 
     431    return PJ2BOOL(pjsua_snd_is_active()); 
    430432} 
    431433 
Note: See TracChangeset for help on using the changeset viewer.