[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 1412, Mon Apr 5 20:36:37 2004 UTC revision 1423, Mon Apr 12 14:05:08 2004 UTC
# Line 21  Line 21 
21   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
22   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23   *   *
24   * $Id: portab.h,v 1.50 2004-04-05 20:36:36 edgomez Exp $   * $Id: portab.h,v 1.51 2004-04-12 14:05:08 edgomez Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 75  Line 75 
75  #    define CACHE_LINE 64  #    define CACHE_LINE 64
76  #    define ptr_t uint32_t  #    define ptr_t uint32_t
77  #    define intptr_t int32_t  #    define intptr_t int32_t
78  #    if _MSC_VER < 1300  #    if defined(_MSC_VER) && _MSC_VER >= 1300 && !defined(__INTEL_COMPILER)
 #        define uintptr_t uint32_t  
 #    else  
79  #        include <stdarg.h>  #        include <stdarg.h>
80    #    else
81    #        define uintptr_t uint32_t
82  #    endif  #    endif
83  #elif defined(ARCH_IS_64BIT)  #elif defined(ARCH_IS_64BIT)
84  #    define CACHE_LINE  64  #    define CACHE_LINE  64
85  #    define ptr_t uint64_t  #    define ptr_t uint64_t
86  #    define intptr_t int64_t  #    define intptr_t int64_t
87  #    if _MSC_VER < 1300  #    if defined (_MSC_VER) && _MSC_VER >= 1300 && !defined(__INTEL_COMPILER)
 #        define uintptr_t uint64_t  
 #    else  
88  #        include <stdarg.h>  #        include <stdarg.h>
89    #    else
90    #        define uintptr_t uint64_t
91  #    endif  #    endif
92  #else  #else
93  #    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.1412  
changed lines
  Added in v.1423

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