Ignore:
Timestamp:
Oct 23, 2013 5:34:48 AM (11 years ago)
Author:
bennylp
Message:

More re #1519:

  • account API implementation (incomplete, callback is still not called)
  • using callback class design pattern (observer?)
  • after this, it might be changed to use inheritance pattern instead
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/pjsua2/build.mak.in

    r3999 r4631  
    123123        $(PJ_VIDEO_LDFLAGS) \ 
    124124        @LDFLAGS@ 
    125 export APP_LDLIBS := -lpjsua-$(TARGET_NAME)\ 
     125#  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x 
     126# 
     127# FIX THIS 
     128# 
     129# pjsua2 is c++ library hence maybe needs to be put in separate 
     130# variables. it will also require -lstdc++ 
     131#  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x 
     132export APP_LDLIBS := \  
     133        -lpjsua2-$(TARGET_NAME)\ 
     134        -lpjsua-$(TARGET_NAME)\ 
    126135        -lpjsip-ua-$(TARGET_NAME)\ 
    127136        -lpjsip-simple-$(TARGET_NAME)\ 
     
    137146        -lpj-$(TARGET_NAME)\ 
    138147        @LIBS@ 
    139 export APP_LIB_FILES = $(PJ_DIR)/pjsip/lib/libpjsua-$(LIB_SUFFIX) \ 
     148#  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x 
     149# 
     150# FIX THIS 
     151# 
     152# pjsua2 is c++ library hence maybe needs to be put in separate 
     153# variables. it will also require -lstdc++ 
     154#  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x 
     155export APP_LIB_FILES = \  
     156        $(PJ_DIR)/pjsip/lib/libpjsua2-$(LIB_SUFFIX) \ 
     157        $(PJ_DIR)/pjsip/lib/libpjsua-$(LIB_SUFFIX) \ 
    140158        $(PJ_DIR)/pjsip/lib/libpjsip-ua-$(LIB_SUFFIX) \ 
    141159        $(PJ_DIR)/pjsip/lib/libpjsip-simple-$(LIB_SUFFIX) \ 
Note: See TracChangeset for help on using the changeset viewer.