OSDN Git Service

Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an
authorDiego Biurrun <diego@biurrun.de>
Tue, 25 Sep 2007 07:30:22 +0000 (07:30 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 25 Sep 2007 07:30:22 +0000 (07:30 +0000)
instruction set extension and configure sets ARCH_BFIN, not HAVE_BFIN.

Originally committed as revision 10572 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpegvideo.c

index 2e6d1d8..30fb0fa 100644 (file)
@@ -153,7 +153,7 @@ static int DCT_common_init(MpegEncContext *s)
     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