Re: [libav-devel] [PATCH] swscale: add fast bilinear scaler under HAVE_INLINE_ASM.

2012-07-22 Thread Diego Biurrun
On Sun, Jul 22, 2012 at 02:01:28PM -0700, Ronald S. Bultje wrote: > From: "Ronald S. Bultje" > > --- > libswscale/utils.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) You are not adding a scaler, merely placing an existing one under ifdef. So the log message is misleadin

[libav-devel] [PATCH] swscale: add fast bilinear scaler under HAVE_INLINE_ASM.

2012-07-22 Thread Ronald S. Bultje
From: "Ronald S. Bultje" --- libswscale/utils.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libswscale/utils.c b/libswscale/utils.c index d8fee58..a6b5a18 100644 --- a/libswscale/utils.c +++ b/libswscale/utils.c @@ -576,7 +576,7 @@ fail: return ret; }