[svn] / branches / dev-api-3 / xvidcore / src / portab.h Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/src/portab.h

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

revision 392, Wed Sep 4 18:44:41 2002 UTC revision 630, Wed Nov 6 21:05:30 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           0x00000000
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.392  
changed lines
  Added in v.630

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