diff 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
line wrap: on
line diff
--- a/mpegvideo.c	Mon Sep 24 22:29:11 2007 +0000
+++ b/mpegvideo.c	Tue Sep 25 07:30:22 2007 +0000
@@ -153,7 +153,7 @@
     MPV_common_init_armv4l(s);
 #elif defined(ARCH_POWERPC)
     MPV_common_init_ppc(s);
-#elif defined(HAVE_BFIN)
+#elif defined(ARCH_BFIN)
     MPV_common_init_bfin(s);
 #endif