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

Diff of /xvidcore/src/xvid.c

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

revision 1.5, Thu Mar 21 23:59:48 2002 UTC revision 1.6, Wed Mar 27 12:58:29 2002 UTC
# Line 191  Line 191 
191    
192  #endif  #endif
193  #ifdef ARCH_PPC  #ifdef ARCH_PPC
194    #ifdef ARCH_PPC_ALTIVEC
195            calc_cbp = calc_cbp_altivec;
196    #else
197          calc_cbp = calc_cbp_ppc;          calc_cbp = calc_cbp_ppc;
198  #endif  #endif
199    #endif
200    
201          // API version          // API version
202          init_param->api_version = API_VERSION;          init_param->api_version = API_VERSION;

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

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