[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.49.2.2, Mon May 31 21:26:23 2004 UTC revision 1.51, Mon Apr 12 14:05:08 2004 UTC
# Line 129  Line 129 
129                  char buf[DPRINTF_BUF_SZ];                  char buf[DPRINTF_BUF_SZ];
130                  va_start(args, fmt);                  va_start(args, fmt);
131                  vsprintf(buf, fmt, args);                  vsprintf(buf, fmt, args);
                 va_end(args);  
132                  OutputDebugString(buf);                  OutputDebugString(buf);
133                  fprintf(stderr, "%s", buf);                  fprintf(stderr, "%s", buf);
134          }          }
# Line 219  Line 218 
218          if(xvid_debug & level) {          if(xvid_debug & level) {
219                  vfprintf(stderr, format, args);                  vfprintf(stderr, format, args);
220          }          }
         va_end(args);  
221  }  }
222    
223  #    else /* _DEBUG */  #    else /* _DEBUG */
# Line 250  Line 248 
248    | gcc PPC and PPC Altivec specific macros/functions    | gcc PPC and PPC Altivec specific macros/functions
249   *---------------------------------------------------------------------------*/   *---------------------------------------------------------------------------*/
250  #    elif defined(ARCH_IS_PPC)  #    elif defined(ARCH_IS_PPC)
251    
252    #        if defined(HAVE_ALTIVEC_PARENTHESES_DECL)
253    #            define AVV(x...) (x)
254    #        elif defined(HAVE_ALTIVEC_BRACES_DECL)
255    #            define AVV(x...) {x}
256    #        else
257    #            error Trying to compile PPC target without a vector declaration type.
258    #        endif
259    
260  #        define BSWAP(a) __asm__ __volatile__ \  #        define BSWAP(a) __asm__ __volatile__ \
261          ( "lwbrx %0,0,%1; eieio" : "=r" (a) : "r" (&(a)), "m" (a));          ( "lwbrx %0,0,%1; eieio" : "=r" (a) : "r" (&(a)), "m" (a));
262    
# Line 334  Line 341 
341                  char buf[DPRINTF_BUF_SZ];                  char buf[DPRINTF_BUF_SZ];
342                  va_start(args, fmt);                  va_start(args, fmt);
343                  vsprintf(buf, fmt, args);                  vsprintf(buf, fmt, args);
                 va_end(args);  
344                  fprintf(stderr, "%s", buf);                  fprintf(stderr, "%s", buf);
345          }          }
346  }  }
# Line 413  Line 419 
419          if(xvid_debug & level) {          if(xvid_debug & level) {
420                  vfprintf(stderr, format, args);                  vfprintf(stderr, format, args);
421          }          }
         va_end(args);  
422  }  }
423    
424  #    else /* _DEBUG */  #    else /* _DEBUG */

Legend:
Removed from v.1.49.2.2  
changed lines
  Added in v.1.51

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