提交 91d0bda2 编写于 作者: U Uoti Urpala

Fix compilation with -no-PIC and without -fomit-frame-pointer (used by

--enable-debug).
Fix from Jason Tackaberry for his previous -fPIC patch.

Originally committed as revision 19406 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
上级 83c89c78
......@@ -2752,7 +2752,7 @@ FUNNY_UV_CODE
#if defined(PIC)
,"m" (ebxsave)
#endif
: "%"REG_a, "%"REG_BP, "%"REG_c, "%"REG_d, "%"REG_S, "%"REG_D
: "%"REG_a, "%"REG_c, "%"REG_d, "%"REG_S, "%"REG_D
#if !defined(PIC)
,"%"REG_b
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册