comparison mpegvideo.c @ 5712:1766e8863911 libavcodec

Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an instruction set extension and configure sets ARCH_BFIN, not HAVE_BFIN.
author diego
date Tue, 25 Sep 2007 07:30:22 +0000
parents d2598034f2a9
children 49a5d44423ef
comparison
equal deleted inserted replaced
5711:dae0f80edbb3 5712:1766e8863911
151 MPV_common_init_mmi(s); 151 MPV_common_init_mmi(s);
152 #elif defined(ARCH_ARMV4L) 152 #elif defined(ARCH_ARMV4L)
153 MPV_common_init_armv4l(s); 153 MPV_common_init_armv4l(s);
154 #elif defined(ARCH_POWERPC) 154 #elif defined(ARCH_POWERPC)
155 MPV_common_init_ppc(s); 155 MPV_common_init_ppc(s);
156 #elif defined(HAVE_BFIN) 156 #elif defined(ARCH_BFIN)
157 MPV_common_init_bfin(s); 157 MPV_common_init_bfin(s);
158 #endif 158 #endif
159 159
160 /* load & permutate scantables 160 /* load & permutate scantables
161 note: only wmv uses different ones 161 note: only wmv uses different ones