[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, Tue Feb 18 15:48:15 2003 UTC revision 1.46.2.3, Thu Mar 27 14:26:17 2003 UTC
# Line 47  Line 47 
47    
48  /* debug level for this library */  /* debug level for this library */
49  #ifdef _DEBUG  #ifdef _DEBUG
50  #define DPRINTF_LEVEL       0x000000ff  #ifndef DPRINTF_LEVEL
51    #define DPRINTF_LEVEL       0x8000000f
52    #endif
53  #else  #else
54  #define DPRINTF_LEVEL       0  #define DPRINTF_LEVEL       0
55  #endif  #endif
# Line 91  Line 93 
93  #if defined(ARCH_IS_32BIT)  #if defined(ARCH_IS_32BIT)
94  #    define CACHE_LINE  64  #    define CACHE_LINE  64
95  #    define ptr_t uint32_t  #    define ptr_t uint32_t
96    #    define intptr_t int32_t
97    #    define uintptr_t uint32_t
98  #elif defined(ARCH_IS_64BIT)  #elif defined(ARCH_IS_64BIT)
99  #    define CACHE_LINE  64  #    define CACHE_LINE  64
100  #    define ptr_t uint64_t  #    define ptr_t uint64_t
101    #    define intptr_t int64_t
102    #    define uintptr_t uint64_t
103  #else  #else
104  #    error You are trying to compile XviD without defining address bus size.  #    error You are trying to compile XviD without defining address bus size.
105  #endif  #endif

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.46.2.3

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