Ignore:
Timestamp:
Apr 4, 2006 1:12:38 PM (19 years ago)
Author:
bennylp
Message:

Added more stats and options in siprtp samples

Location:
pjproject/trunk/pjsip-apps/build
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/build/Samples-vc.mak

    r361 r379  
    4141          $(BINDIR)\confsample.exe $(BINDIR)\sndinfo.exe \ 
    4242          $(BINDIR)\level.exe $(BINDIR)\recfile.exe  \ 
    43           $(BINDIR)\resampleplay.exe 
     43          $(BINDIR)\resampleplay.exe $(BINDIR)\siprtp.exe 
    4444 
    4545 
  • pjproject/trunk/pjsip-apps/build/Samples.mak

    r361 r379  
    3939BINDIR := ../bin/samples 
    4040 
    41 SAMPLES := simpleua playfile playsine confsample sndinfo level recfile resampleplay 
     41SAMPLES := simpleua playfile playsine confsample sndinfo level recfile resampleplay \ 
     42           siprtp 
    4243 
    4344EXES := $(foreach file, $(SAMPLES), $(BINDIR)/$(file)-$(MACHINE_NAME)-$(OS_NAME)-$(CC_NAME)$(HOST_EXE)) 
Note: See TracChangeset for help on using the changeset viewer.