[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.4, Mon Mar 22 22:36:23 2004 UTC revision 1.5, Mon Apr 5 20:36:36 2004 UTC
# 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.4  
changed lines
  Added in v.1.5

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