comparison mpegvideo.c @ 721:71f669e9f633 libavcodec

ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
author michaelni
date Thu, 03 Oct 2002 20:57:19 +0000
parents 6cba3b6196f0
children a91203b34e71
comparison
equal deleted inserted replaced
720:409bdaa0b964 721:71f669e9f633
213 #ifdef ARCH_ALPHA 213 #ifdef ARCH_ALPHA
214 MPV_common_init_axp(s); 214 MPV_common_init_axp(s);
215 #endif 215 #endif
216 #ifdef HAVE_MLIB 216 #ifdef HAVE_MLIB
217 MPV_common_init_mlib(s); 217 MPV_common_init_mlib(s);
218 #endif
219 #ifdef HAVE_MMI
220 MPV_common_init_mmi(s);
218 #endif 221 #endif
219 222
220 223
221 /* load & permutate scantables 224 /* load & permutate scantables
222 note: only wmv uses differnt ones 225 note: only wmv uses differnt ones