Ignore:
Timestamp:
Jan 14, 2010 2:46:54 PM (14 years ago)
Author:
bennylp
Message:

More #1025 (support for using external third party libraries):

  • support for using external libspeex and libgsm
  • replaced --with-pa-path with --with-external-pa
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/build/os-auto.mak.in

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