Ignore:
Timestamp:
Jan 21, 2007 11:12:40 PM (17 years ago)
Author:
bennylp
Message:

Implement ticket #67: added WAV playlist feature to PJMEDIA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/config.h

    r734 r895  
    520520 
    521521/** 
     522 * Maximum file name length. 
     523 */ 
     524#ifndef PJ_MAXPATH 
     525#   define PJ_MAXPATH               260 
     526#endif 
     527 
     528 
     529/** 
    522530 * Enable library's extra check. 
    523531 * If this macro is enabled, #PJ_ASSERT_RETURN macro will expand to 
Note: See TracChangeset for help on using the changeset viewer.