Ignore:
Timestamp:
Aug 26, 2016 1:59:53 AM (8 years ago)
Author:
ming
Message:

Re #1954: Add support for VS2015.

File:
1 edited

Legend:

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

    r5186 r5432  
    210210    } 
    211211 
    212     PJ_LOG(3, (THIS_FILE, "WebRTC AEC%s successfully created with options %d", 
    213 #if PJMEDIA_WEBRTC_AEC_USE_MOBILE 
    214                           " mobile", options)); 
    215 #else 
    216                           "", options)); 
     212#if PJMEDIA_WEBRTC_AEC_USE_MOBILE 
     213    PJ_LOG(3, (THIS_FILE, "WebRTC AEC mobile successfully created with " 
     214                          "options %d", options)); 
     215#else 
     216    PJ_LOG(3, (THIS_FILE, "WebRTC AEC successfully created with " 
     217                          "options %d", options)); 
    217218#endif 
    218219 
Note: See TracChangeset for help on using the changeset viewer.