[cvs] / xvidcore / src / portab.h Repository:
ViewVC logotype

Diff of /xvidcore/src/portab.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26, Sun Aug 18 14:06:06 2002 UTC revision 1.26.2.2, Thu Nov 7 10:28:15 2002 UTC
# Line 12  Line 12 
12  #define DPRINTF_MV                      0x00000040  #define DPRINTF_MV                      0x00000040
13  #define DPRINTF_DEBUG           0x80000000  #define DPRINTF_DEBUG           0x80000000
14    
15    
16    #ifdef _DEBUG
17  // debug level  // debug level
18  #define DPRINTF_LEVEL           0  #define DPRINTF_LEVEL           0x0000000f
19    #else
20    #define DPRINTF_LEVEL           0x0
21    #endif
22    
23    
24  #define DPRINTF_BUF_SZ  1024  #define DPRINTF_BUF_SZ  1024
# Line 295  Line 300 
300    
301  #else                                                   // OTHER OS  #else                                                   // OTHER OS
302    
303    #define DECLARE_ALIGNED_MATRIX(name,sizex,sizey,type,alignment) \
304            __declspec(align(alignment)) type name[(sizex)*(sizey)]
305    
306  #include <stdio.h>  #include <stdio.h>
307  #include <stdarg.h>  #include <stdarg.h>

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.26.2.2

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4