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/pjmedia/build/os-auto.mak.in

    r2740 r3058  
    8787# 
    8888ifneq ($(findstring pa,$(AC_PJMEDIA_SND)),) 
     89ifeq (x@ac_pa_path@,x) 
     90# Our PA in third_party 
    8991export CFLAGS += -I$(THIRD_PARTY)/build/portaudio -I$(THIRD_PARTY)/portaudio/include -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=1 
     92else 
     93# External PA 
     94export CFLAGS += -I@ac_pa_path@/include -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=1 
     95endif 
    9096endif 
    9197 
Note: See TracChangeset for help on using the changeset viewer.