[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.42, Sun Feb 9 22:48:38 2003 UTC revision 1.42.2.1, Fri Apr 4 22:10:38 2003 UTC
# Line 113  Line 113 
113   ****************************************************************************/   ****************************************************************************/
114    
115  #if defined(ARCH_IS_32BIT)  #if defined(ARCH_IS_32BIT)
116  #    define CACHE_LINE  16  #    define CACHE_LINE  64
117  #    define ptr_t uint32_t  #    define ptr_t uint32_t
118  #elif defined(ARCH_IS_64BIT)  #elif defined(ARCH_IS_64BIT)
119  #    define CACHE_LINE  32  #    define CACHE_LINE  64
120  #    define ptr_t uint64_t  #    define ptr_t uint64_t
121  #else  #else
122  #    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.42  
changed lines
  Added in v.1.42.2.1

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