[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.46.2.4, Fri Mar 28 07:18:45 2003 UTC revision 1.47, Tue Mar 4 16:33:16 2003 UTC
# Line 47  Line 47 
47    
48  /* debug level for this library */  /* debug level for this library */
49  #ifdef _DEBUG  #ifdef _DEBUG
50  #ifndef DPRINTF_LEVEL  #define DPRINTF_LEVEL       0x000000ff
 #define DPRINTF_LEVEL       0x8000000f  
 #endif  
51  #else  #else
52  #define DPRINTF_LEVEL       0  #define DPRINTF_LEVEL       0
53  #endif  #endif
# Line 94  Line 92 
92  #    define CACHE_LINE 64  #    define CACHE_LINE 64
93  #    define ptr_t uint32_t  #    define ptr_t uint32_t
94  #    define intptr_t int32_t  #    define intptr_t int32_t
95  #    if _MSC_VER < 1300  #    define uintptr_t uint32_t
 #        define uintptr_t uint64_t  
 #    else  
 #        include <stdarg.h>  
 #    endif  
96  #elif defined(ARCH_IS_64BIT)  #elif defined(ARCH_IS_64BIT)
97  #    define CACHE_LINE  64  #    define CACHE_LINE  64
98  #    define ptr_t uint64_t  #    define ptr_t uint64_t
99  #    define intptr_t int64_t  #    define intptr_t int64_t
 #    if _MSC_VER < 1300  
100  #        define uintptr_t uint64_t  #        define uintptr_t uint64_t
101  #    else  #    else
 #        include <stdarg.h>  
 #    endif  
 #else  
102  #    error You are trying to compile XviD without defining address bus size.  #    error You are trying to compile XviD without defining address bus size.
103  #endif  #endif
104    

Legend:
Removed from v.1.46.2.4  
changed lines
  Added in v.1.47

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