comparison mpegvideo.c @ 5623:0e4860e1beb6 libavcodec

renaming ARCH_BFIN to HAVE_BFIN
author mhoffman
date Fri, 31 Aug 2007 14:58:44 +0000
parents ce0db8111f94
children d2598034f2a9
comparison
equal deleted inserted replaced
5622:d919c2b4367b 5623:0e4860e1beb6
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(ARCH_BFIN) 156 #elif defined(HAVE_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