From 37790bdbc48816f8c57643ae12b9e38f3d33c8f5 Mon Sep 17 00:00:00 2001 From: uau Date: Tue, 15 Aug 2006 14:50:24 +0000 Subject: 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: svn://svn.mplayerhq.hu/mplayer/trunk@19406 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/swscale_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale') diff --git a/libswscale/swscale_template.c b/libswscale/swscale_template.c index ac95e724a6..b9cfc3c5b1 100644 --- a/libswscale/swscale_template.c +++ b/libswscale/swscale_template.c @@ -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 -- cgit v1.2.3