Ignore:
Timestamp:
Mar 16, 2006 2:24:26 PM (18 years ago)
Author:
bennylp
Message:

Added misc flags and modify Makefiles to allow exclusion of PortAudio? and specific codec during compilation

File:
1 edited

Legend:

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

    r198 r320  
    1212 
    1313export OS_CFLAGS += -DPA_NO_ASIO -DPA_NO_DS 
     14 
     15# Example: 
     16#  to activate Null sound, uncomment this line below. 
     17#export SOUND_OBJS = $(NULLSOUND_OBJS) 
     18 
     19# Example: 
     20#  to include only GSM and exclude Speex codec, uncomment the "export" line below. 
     21#  Note that you'll need to put "#define PJMEDIA_HAS_SPEEX_CODEC 0" in 
     22#  <pj/config_site.h> 
     23#export CODEC_OBJS = $(GSM_OBJS) 
     24 
Note: See TracChangeset for help on using the changeset viewer.