Ignore:
Timestamp:
Aug 25, 2016 1:36:33 AM (8 years ago)
Author:
ming
Message:

Re #1954: Add WebRTC to third party component

  • Add build config for GNU build systems
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/build.mak.in

    r5361 r5428  
    132132APP_THIRD_PARTY_LIBS += -lyuv 
    133133APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libyuv.$(SHLIB_SUFFIX).$(PJ_VERSION_MAJOR) $(PJ_DIR)/third_party/lib/libyuv.$(SHLIB_SUFFIX) 
     134endif 
     135endif 
     136endif 
     137 
     138ifneq (@ac_no_webrtc@,1) 
     139ifeq (@ac_external_webrtc@,1) 
     140APP_THIRD_PARTY_EXT += -lwebrtc 
     141else 
     142APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libwebrtc-$(LIB_SUFFIX) 
     143ifeq ($(PJ_SHARED_LIBRARIES),) 
     144APP_THIRD_PARTY_LIBS += -lwebrtc-$(TARGET_NAME) 
     145else 
     146APP_THIRD_PARTY_LIBS += -lwebrtc 
     147APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libwebrtc.$(SHLIB_SUFFIX).$(PJ_VERSION_MAJOR) $(PJ_DIR)/third_party/lib/libwebrtc.$(SHLIB_SUFFIX) 
    134148endif 
    135149endif 
Note: See TracChangeset for help on using the changeset viewer.