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
This commit is contained in:
parent
83c89c7885
commit
91d0bda26d
@ -2752,7 +2752,7 @@ FUNNY_UV_CODE
|
|||||||
#if defined(PIC)
|
#if defined(PIC)
|
||||||
,"m" (ebxsave)
|
,"m" (ebxsave)
|
||||||
#endif
|
#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)
|
#if !defined(PIC)
|
||||||
,"%"REG_b
|
,"%"REG_b
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user