[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.1, Sun Apr 4 19:34:31 2004 UTC revision 1.53, Sat Jun 12 13:02:12 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);
132                    va_end(args);
133              OutputDebugString(buf);              OutputDebugString(buf);
134              fprintf(stderr, "%s", buf);              fprintf(stderr, "%s", buf);
135           }           }
# Line 218  Line 219 
219              if(xvid_debug & level) {              if(xvid_debug & level) {
220                     vfprintf(stderr, format, args);                     vfprintf(stderr, format, args);
221              }              }
222            va_end(args);
223          }          }
224    
225  #    else /* _DEBUG */  #    else /* _DEBUG */
# Line 248  Line 250 
250   | gcc PPC and PPC Altivec specific macros/functions   | gcc PPC and PPC Altivec specific macros/functions
251   *---------------------------------------------------------------------------*/   *---------------------------------------------------------------------------*/
252  #    elif defined(ARCH_IS_PPC)  #    elif defined(ARCH_IS_PPC)
253    
254    #        if defined(HAVE_ALTIVEC_PARENTHESES_DECL)
255    #            define AVV(x...) (x)
256    #        elif defined(HAVE_ALTIVEC_BRACES_DECL)
257    #            define AVV(x...) {x}
258    #        else
259    #            error Trying to compile PPC target without a vector declaration type.
260    #        endif
261    
262  #        define BSWAP(a) __asm__ __volatile__ \  #        define BSWAP(a) __asm__ __volatile__ \
263                  ( "lwbrx %0,0,%1; eieio" : "=r" (a) : "r" (&(a)), "m" (a));                  ( "lwbrx %0,0,%1; eieio" : "=r" (a) : "r" (&(a)), "m" (a));
264    
# Line 332  Line 343 
343               char buf[DPRINTF_BUF_SZ];               char buf[DPRINTF_BUF_SZ];
344               va_start(args, fmt);               va_start(args, fmt);
345               vsprintf(buf, fmt, args);               vsprintf(buf, fmt, args);
346                    va_end(args);
347               fprintf(stderr, "%s", buf);               fprintf(stderr, "%s", buf);
348           }           }
349       }       }
# Line 410  Line 422 
422              if(xvid_debug & level) {              if(xvid_debug & level) {
423                     vfprintf(stderr, format, args);                     vfprintf(stderr, format, args);
424              }              }
425            va_end(args);
426          }          }
427    
428  #    else /* _DEBUG */  #    else /* _DEBUG */

Legend:
Removed from v.1.49.2.1  
changed lines
  Added in v.1.53

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