comparison mpegvideo.c @ 5132:a3b82ca01e68 libavcodec

integrating MPV_common_init_bfin into the build system and mpegvideo.c
author mhoffman
date Tue, 12 Jun 2007 19:34:06 +0000
parents 0244bba24b43
children 9d4ca30481e0
comparison
equal deleted inserted replaced
5131:757efe20a3c8 5132:a3b82ca01e68
292 #ifdef ARCH_ARMV4L 292 #ifdef ARCH_ARMV4L
293 MPV_common_init_armv4l(s); 293 MPV_common_init_armv4l(s);
294 #endif 294 #endif
295 #ifdef ARCH_POWERPC 295 #ifdef ARCH_POWERPC
296 MPV_common_init_ppc(s); 296 MPV_common_init_ppc(s);
297 #endif
298 #ifdef ARCH_BFIN
299 MPV_common_init_bfin(s);
297 #endif 300 #endif
298 301
299 #ifdef CONFIG_ENCODERS 302 #ifdef CONFIG_ENCODERS
300 s->fast_dct_quantize= s->dct_quantize; 303 s->fast_dct_quantize= s->dct_quantize;
301 304