Ignore:
Timestamp:
Apr 9, 2018 12:30:48 PM (6 years ago)
Author:
riza
Message:

Re #2059 (misc): Fix some warnings related to use of external Portaudio.
Thanks to Alexander Traud for the report and patch.

File:
1 edited

Legend:

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

    r5761 r5779  
    116116endif 
    117117 
    118 ifneq ($(findstring pa,@ac_pjmedia_snd@),) 
    119118ifeq (@ac_external_pa@,1) 
    120119# External PA 
    121120APP_THIRD_PARTY_EXT += -lportaudio 
    122 else 
    123 APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libportaudio-$(LIB_SUFFIX) 
    124 ifeq ($(PJ_SHARED_LIBRARIES),) 
    125 APP_THIRD_PARTY_LIBS += -lportaudio-$(TARGET_NAME) 
    126 else 
    127 APP_THIRD_PARTY_LIBS += -lportaudio 
    128 APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libportaudio.$(SHLIB_SUFFIX).$(PJ_VERSION_MAJOR) $(PJ_DIR)/third_party/lib/libportaudio.$(SHLIB_SUFFIX) 
    129 endif 
    130 endif 
    131121endif 
    132122 
Note: See TracChangeset for help on using the changeset viewer.