Commit fdb74b76 authored by uau's avatar uau

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

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


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@19406 b3059339-0415-0410-9bf9-f77b7e298cf2
parent e7f612e3
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment