[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.46.2.6, Sat May 17 13:26:51 2003 UTC revision 1.46.2.8, Mon Jun 9 13:51:07 2003 UTC
# Line 4  Line 4 
4   *  - Portable macros, types and inlined assembly -   *  - Portable macros, types and inlined assembly -
5   *   *
6   *  Copyright(C) 2002 Michael Militzer <isibaar@xvid.org>   *  Copyright(C) 2002 Michael Militzer <isibaar@xvid.org>
7   *               2002 Peter Ross <pross@xvid.org>   *               2002-2003 Peter Ross <pross@xvid.org>
8   *               2002 Edouard Gomez <ed.gomez@free.fr>   *               2002-2003 Edouard Gomez <ed.gomez@free.fr>
9   *   *
10   *  This file is part of XviD, a free MPEG-4 video encoder/decoder   *  This program is free software ; you can redistribute it and/or modify
11   *   *  it under the terms of the GNU General Public License as published by
  *  XviD is free software; you can redistribute it and/or modify it  
  *  under the terms of the GNU General Public License as published by  
12   *  the Free Software Foundation; either version 2 of the License, or   *  the Free Software Foundation; either version 2 of the License, or
13   *  (at your option) any later version.   *  (at your option) any later version.
14   *   *
# Line 132  Line 130 
130              va_start(args, fmt);              va_start(args, fmt);
131              vsprintf(buf, fmt, args);              vsprintf(buf, fmt, args);
132              OutputDebugString(buf);              OutputDebugString(buf);
133              fprintf(stderr, "%s\n", buf);              fprintf(stderr, "%s", buf);
134           }           }
135       }       }
136  #    else  #    else
# Line 219  Line 217 
217              va_start(args, format);              va_start(args, format);
218              if(xvid_debug & level) {              if(xvid_debug & level) {
219                     vfprintf(stderr, format, args);                     vfprintf(stderr, format, args);
                    fprintf(stderr, "\n");  
220              }              }
221          }          }
222    
# Line 335  Line 332 
332               char buf[DPRINTF_BUF_SZ];               char buf[DPRINTF_BUF_SZ];
333               va_start(args, fmt);               va_start(args, fmt);
334               vsprintf(buf, fmt, args);               vsprintf(buf, fmt, args);
335               fprintf(stderr, "%s\n", buf);               fprintf(stderr, "%s", buf);
336           }           }
337       }       }
338  #    else /* _DEBUG */  #    else /* _DEBUG */
# Line 412  Line 409 
409              va_start(args, format);              va_start(args, format);
410              if(xvid_debug & level) {              if(xvid_debug & level) {
411                     vfprintf(stderr, format, args);                     vfprintf(stderr, format, args);
                    fprintf(stderr, "\n");  
412              }              }
413          }          }
414    

Legend:
Removed from v.1.46.2.6  
changed lines
  Added in v.1.46.2.8

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