Changeset 1154:e89ef1c2f48e in mediastreamer2
- Timestamp:
- Sep 20, 2010 9:25:03 PM (3 years ago)
- Branch:
- default
- Location:
- include/mediastreamer2
- Files:
-
- 2 edited
-
mediastream.h (modified) (1 diff)
-
mscommon.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
include/mediastreamer2/mediastream.h
r1140 r1154 29 29 #include "ortp/ortp.h" 30 30 #include "ortp/event.h" 31 #include <time.h> 32 33 #if defined(_WIN32_WCE) 34 time_t ms_time (time_t *t); 35 #else 36 #define ms_time time 37 #endif 31 32 33 38 34 39 35 typedef enum EchoLimiterType{ -
include/mediastreamer2/mscommon.h
r982 r1154 21 21 22 22 #include <ortp/ortp.h> 23 #include <time.h> 23 24 24 25 #define ms_malloc ortp_malloc … … 43 44 #define ms_cond_broadcast ortp_cond_broadcast 44 45 #define ms_cond_destroy ortp_cond_destroy 46 47 #if defined(_WIN32_WCE) 48 time_t ms_time (time_t *t); 49 #else 50 #define ms_time time 51 #endif 45 52 46 53 #ifdef WIN32
Note: See TracChangeset
for help on using the changeset viewer.
