Ignore:
Timestamp:
Apr 28, 2009 7:38:43 PM (15 years ago)
Author:
nanang
Message:

Ticket #706: Merged branch vs-reorg2 into trunk:

  • Currently supported platforms are: Win32, WM6 std & pro, WM5 SP & PPC, WM2003 SP & PPC.
  • Added libpjproject into solution, this is a single 'combo' library that bundles all PJSIP libraries.
  • Cleaned up most of compile warnings, note that warning level of libgsmcodec has been reduced from 4 to 3.
Location:
pjproject/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk

  • pjproject/trunk/third_party/srtp/include/srtp_priv.h

    r1730 r2660  
    6060 */ 
    6161  
     62#ifdef _MSC_VER 
     63#   pragma warning(push) 
     64#   pragma warning(disable:4214) // bit field types other than int 
     65#endif 
     66 
    6267#ifndef WORDS_BIGENDIAN 
    6368 
     
    6873 * fully pack the bit fields. 
    6974 */ 
    70  
    7175typedef struct { 
    7276  unsigned char cc:4;   /* CSRC count             */ 
     
    97101#endif 
    98102 
     103 
    99104typedef struct { 
    100105  uint16_t profile_specific;    /* profile-specific info               */ 
     
    155160} srtcp_trailer_t; 
    156161 
     162#endif 
     163 
     164 
     165#ifdef _MSC_VER 
     166#   pragma warning( pop )  
    157167#endif 
    158168 
Note: See TracChangeset for help on using the changeset viewer.