[cvs] / xvidcore / src / dct / simple_idct.c Repository:
ViewVC logotype

Diff of /xvidcore/src/dct/simple_idct.c

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

revision 1.2.2.4, Wed Oct 1 23:23:01 2003 UTC revision 1.6, Tue Mar 9 10:00:14 2010 UTC
# Line 6  Line 6 
6   *  Copyright (c) 2001 Michael Niedermayer <michaelni@gmx.at>   *  Copyright (c) 2001 Michael Niedermayer <michaelni@gmx.at>
7   *   *
8   *  Originally distributed under the GNU LGPL License (ffmpeg).   *  Originally distributed under the GNU LGPL License (ffmpeg).
9   *  It is licensed under the GNU GPL for the XviD tree.   *  It is licensed under the GNU GPL for the Xvid tree.
10   *   *
11   *  This program is free software ; you can redistribute it and/or modify   *  This program is free software ; you can redistribute it and/or modify
12   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# Line 56  Line 56 
56  #define COL_SHIFT 20 /* 6 */  #define COL_SHIFT 20 /* 6 */
57  #endif  #endif
58    
59  #if defined(ARCH_IS_PPC)  /*
60     PPC mac operation.  Causes compile problems on newer ppc targets
61    
62     Was originally: #if defined(ARCH_IS_PPC)
63     */
64    #if 0
65    
66  /* signed 16x16 -> 32 multiply add accumulate */  /* signed 16x16 -> 32 multiply add accumulate */
67  #define MAC16(rt, ra, rb) \  #define MAC16(rt, ra, rb) \

Legend:
Removed from v.1.2.2.4  
changed lines
  Added in v.1.6

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