[svn] / trunk / xvidcore / src / portab.h Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/portab.h

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

revision 905, Tue Mar 4 16:33:16 2003 UTC revision 956, Fri Mar 28 07:28:23 2003 UTC
# Line 23  Line 23 
23   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
24   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
25   *   *
26   * $Id: portab.h,v 1.47 2003-03-04 16:33:16 chl Exp $   * $Id: portab.h,v 1.48 2003-03-28 07:28:23 suxen_drol Exp $
27   *   *
28   ****************************************************************************/   ****************************************************************************/
29    
# Line 92  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
96  #    define uintptr_t uint32_t  #    define uintptr_t uint32_t
97    #    else
98    #        include <stdarg.h>
99    #    endif
100  #elif defined(ARCH_IS_64BIT)  #elif defined(ARCH_IS_64BIT)
101  #    define CACHE_LINE  64  #    define CACHE_LINE  64
102  #    define ptr_t uint64_t  #    define ptr_t uint64_t
103  #    define intptr_t int64_t  #    define intptr_t int64_t
104    #    if _MSC_VER < 1300
105  #    define uintptr_t uint64_t  #    define uintptr_t uint64_t
106  #else  #else
107    #        include <stdarg.h>
108    #    endif
109    #else
110  #    error You are trying to compile XviD without defining address bus size.  #    error You are trying to compile XviD without defining address bus size.
111  #endif  #endif
112    

Legend:
Removed from v.905  
changed lines
  Added in v.956

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