comparison libxvidff.c @ 8496:19e2f1a50aa7 libavcodec

consistency cosmetics: Rename POWERPC identifiers to PPC.
author diego
date Sat, 27 Dec 2008 11:33:26 +0000
parents 7ccdcc976edd
children 7a463923ecd1
comparison
equal deleted inserted replaced
8495:3e0b4e4b7074 8496:19e2f1a50aa7
164 164
165 memset(&xvid_gbl_init, 0, sizeof(xvid_gbl_init)); 165 memset(&xvid_gbl_init, 0, sizeof(xvid_gbl_init));
166 xvid_gbl_init.version = XVID_VERSION; 166 xvid_gbl_init.version = XVID_VERSION;
167 xvid_gbl_init.debug = 0; 167 xvid_gbl_init.debug = 0;
168 168
169 #ifdef ARCH_POWERPC 169 #ifdef ARCH_PPC
170 /* Xvid's PPC support is borked, use libavcodec to detect */ 170 /* Xvid's PPC support is borked, use libavcodec to detect */
171 #ifdef HAVE_ALTIVEC 171 #ifdef HAVE_ALTIVEC
172 if( has_altivec() ) { 172 if( has_altivec() ) {
173 xvid_gbl_init.cpu_flags = XVID_CPU_FORCE | XVID_CPU_ALTIVEC; 173 xvid_gbl_init.cpu_flags = XVID_CPU_FORCE | XVID_CPU_ALTIVEC;
174 } else 174 } else