Mercurial > mplayer.hg
changeset 19400:0310c3310360
Fix compilation with -no-PIC and without -fomit-frame-pointer (used by
--enable-debug).
Fix from Jason Tackaberry for his previous -fPIC patch.
author | uau |
---|---|
date | Tue, 15 Aug 2006 14:50:24 +0000 |
parents | 68fd9f8a7618 |
children | c0c3a2f8bb32 |
files | libswscale/swscale_template.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/swscale_template.c Tue Aug 15 14:43:04 2006 +0000 +++ b/libswscale/swscale_template.c Tue Aug 15 14:50:24 2006 +0000 @@ -2752,7 +2752,7 @@ #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