Commit e0a5d771 authored by Diego Biurrun's avatar Diego Biurrun

Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an

instruction set extension and configure sets ARCH_BFIN, not HAVE_BFIN.

Originally committed as revision 10572 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 247df384
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment