[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.45, Sun Feb 16 05:11:39 2003 UTC revision 1.46, Tue Feb 18 15:48:15 2003 UTC
# Line 89  Line 89 
89   ****************************************************************************/   ****************************************************************************/
90    
91  #if defined(ARCH_IS_32BIT)  #if defined(ARCH_IS_32BIT)
92  #    define CACHE_LINE  16  #    define CACHE_LINE  64
93  #    define ptr_t uint32_t  #    define ptr_t uint32_t
94  #elif defined(ARCH_IS_64BIT)  #elif defined(ARCH_IS_64BIT)
95  #    define CACHE_LINE  32  #    define CACHE_LINE  64
96  #    define ptr_t uint64_t  #    define ptr_t uint64_t
97  #else  #else
98  #    error You are trying to compile XviD without defining address bus size.  #    error You are trying to compile XviD without defining address bus size.

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

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