提交 e0a5d771 编写于 作者: D 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
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册