Ignore:
Timestamp:
Jan 13, 2010 4:28:15 PM (14 years ago)
Author:
bennylp
Message:

Ticket #1025: Support for using different PortAudio? installation/path

  • added --with-pa-path configure option
  • remove the use of PaUtil_SetDebugPrintFunction() since this is not always available across all PA versions (?)
File:
1 edited

Legend:

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

    r2601 r3058  
    3434endif 
    3535 
     36ifneq (x@ac_pa_path@,x) 
     37# We're using external PortAudio 
     38APP_THIRD_PARTY_LIBS += -L@ac_pa_path@/lib -lportaudio 
     39APP_THIRD_PARTY_LIB_FILES +=  
     40else 
    3641ifneq ($(findstring pa,@ac_pjmedia_snd@),) 
    3742APP_THIRD_PARTY_LIBS += -lportaudio-$(TARGET_NAME) 
    3843APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libportaudio-$(LIB_SUFFIX) 
     44endif 
    3945endif 
    4046 
Note: See TracChangeset for help on using the changeset viewer.