[svn] / trunk / xvidcore / src / dct / idct.h Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/dct/idct.h

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

revision 1382, Mon Mar 22 22:36:25 2004 UTC revision 1412, Mon Apr 5 20:36:37 2004 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: idct.h,v 1.9 2004-03-22 22:36:23 edgomez Exp $   * $Id: idct.h,v 1.10 2004-04-05 20:36:36 edgomez Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 47  Line 47 
47  idctFunc simple_idct_mmx2;      /* Michael Niedermayer */  idctFunc simple_idct_mmx2;      /* Michael Niedermayer */
48  #endif  #endif
49    
 #ifdef ARCH_IS_ALTIVEC  
 idctFunc idct_altivec;  
 #endif  
   
50  #ifdef ARCH_IS_IA64  #ifdef ARCH_IS_IA64
51  idctFunc idct_ia64;  idctFunc idct_ia64;
52  #endif  #endif
53    
54    #ifdef ARCH_IS_PPC
55    idctFunc idct_altivec_c;
56    #endif
57    
58  #endif                                                  /* _IDCT_H_ */  #endif                                                  /* _IDCT_H_ */

Legend:
Removed from v.1382  
changed lines
  Added in v.1412

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