Ignore:
Timestamp:
Nov 8, 2009 3:35:41 AM (15 years ago)
Author:
bennylp
Message:

Misc (#951): some fixes for pjsystest application:

  • added the missing build target on the Makefile build system
  • added alternative search path for the WAV files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsystest/systest.h

    r2839 r2991  
    5454    #define WAV_TOCK8_PATH              "\\Program Files\\pjsystest\\tock8.WAV" 
    5555    #define WAV_LATENCY_OUT_PATH        "\\PJSYSTEST_LATREC.WAV" 
     56    #define ALT_PATH1                   "" 
    5657#else 
    5758    #define LOG_OUT_PATH                "PJSYSTEST.LOG" 
     
    6162    #define WAV_TOCK8_PATH              "tock8.wav" 
    6263    #define WAV_LATENCY_OUT_PATH        "PJSYSTEST_LATREC.WAV" 
     64    #define ALT_PATH1                   "../../tests/pjsua/wavs/" 
    6365#endif 
    6466 
Note: See TracChangeset for help on using the changeset viewer.