[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.64, Tue Sep 13 12:12:15 2005 UTC revision 1.65, Tue Nov 22 10:23:01 2005 UTC
# Line 126  Line 126 
126    
127  /* detect cpu flags  */  /* detect cpu flags  */
128  static unsigned int  static unsigned int
129  detect_cpu_flags()  detect_cpu_flags(void)
130  {  {
131          /* enable native assembly optimizations by default */          /* enable native assembly optimizations by default */
132          unsigned int cpu_flags = XVID_CPU_ASM;          unsigned int cpu_flags = XVID_CPU_ASM;
# Line 183  Line 183 
183          idct = idct_int32;          idct = idct_int32;
184    
185          /* Only needed on PPC Altivec archs */          /* Only needed on PPC Altivec archs */
186          sadInit = 0;          sadInit = NULL;
187    
188          /* Restore FPU context : emms_c is a nop functions */          /* Restore FPU context : emms_c is a nop functions */
189          emms = emms_c;          emms = emms_c;

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

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