[svn] / branches / dev-api-4 / xvidcore / src / portab.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/portab.h

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

revision 920, Sat Mar 15 14:32:56 2003 UTC revision 951, Thu Mar 27 14:26:17 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.46.2.2 2003-03-15 14:32:56 suxen_drol Exp $   * $Id: portab.h,v 1.46.2.3 2003-03-27 14:26:17 edgomez Exp $
27   *   *
28   ****************************************************************************/   ****************************************************************************/
29    
# Line 93  Line 93 
93  #if defined(ARCH_IS_32BIT)  #if defined(ARCH_IS_32BIT)
94  #    define CACHE_LINE  64  #    define CACHE_LINE  64
95  #    define ptr_t uint32_t  #    define ptr_t uint32_t
96    #    define intptr_t int32_t
97    #    define uintptr_t uint32_t
98  #elif defined(ARCH_IS_64BIT)  #elif defined(ARCH_IS_64BIT)
99  #    define CACHE_LINE  64  #    define CACHE_LINE  64
100  #    define ptr_t uint64_t  #    define ptr_t uint64_t
101    #    define intptr_t int64_t
102    #    define uintptr_t uint64_t
103  #else  #else
104  #    error You are trying to compile XviD without defining address bus size.  #    error You are trying to compile XviD without defining address bus size.
105  #endif  #endif
# Line 136  Line 140 
140              char buf[DPRINTF_BUF_SZ];              char buf[DPRINTF_BUF_SZ];
141              va_start(args, fmt);              va_start(args, fmt);
142              vsprintf(buf, fmt, args);              vsprintf(buf, fmt, args);
             strcat(buf,"\n");  
143              OutputDebugString(buf);              OutputDebugString(buf);
144              fputs(buf, stderr);              fprintf(stderr, "%s\n", buf);
145           }           }
146       }       }
147  #    else  #    else

Legend:
Removed from v.920  
changed lines
  Added in v.951

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