Re: [FFmpeg-devel] [PATCH 5/5] x86: sbrdsp/fft: reuse ps_neg constant

2014-08-06 Thread Michael Niedermayer
On Wed, Aug 06, 2014 at 07:43:43AM +, Christophe Gisquet wrote: > --- > libavcodec/x86/constants.c | 2 ++ > libavcodec/x86/constants.h | 2 ++ > libavcodec/x86/fft.asm | 7 --- > libavcodec/x86/sbrdsp.asm | 2 +- > 4 files changed, 9 insertions(+), 4 deletions(-) applied thanks [.

[FFmpeg-devel] [PATCH 5/5] x86: sbrdsp/fft: reuse ps_neg constant

2014-08-06 Thread Christophe Gisquet
--- libavcodec/x86/constants.c | 2 ++ libavcodec/x86/constants.h | 2 ++ libavcodec/x86/fft.asm | 7 --- libavcodec/x86/sbrdsp.asm | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/libavcodec/x86/constants.c b/libavcodec/x86/constants.c index bfb0ff3..5d2c237 100644