[svn] / branches / release-0_9_1-fixes / xvidcore / src / portab.h Repository:
ViewVC logotype

Diff of /branches/release-0_9_1-fixes/xvidcore/src/portab.h

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

revision 969, Fri Apr 4 16:57:51 2003 UTC revision 970, Fri Apr 4 22:10:38 2003 UTC
# Line 52  Line 52 
52   *  exception also makes it possible to release a modified version which   *  exception also makes it possible to release a modified version which
53   *  carries forward this exception.   *  carries forward this exception.
54   *   *
55   * $Id: portab.h,v 1.42 2003-02-09 22:48:38 edgomez Exp $   * $Id: portab.h,v 1.42.2.1 2003-04-04 22:10:38 edgomez Exp $
56   *   *
57   ****************************************************************************/   ****************************************************************************/
58    
# 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.969  
changed lines
  Added in v.970

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