提交 b6e736a1 编写于 作者: M Michael Kostylev 提交者: Ramiro Polla

Don't prefix yasm with cross prefix.

Patch by Michael Kostylev <mik at it-1 dot ru>

Originally committed as revision 16463 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 8b6871ed
......@@ -1277,7 +1277,6 @@ cc_default="${cross_prefix}${cc_default}"
nm_default="${cross_prefix}${nm_default}"
ranlib="${cross_prefix}${ranlib}"
strip="${cross_prefix}${strip}"
yasmexe="${cross_prefix}${yasmexe}"
set_default cc nm
enabled cross_compile || host_cc_default=$cc
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册