Re: [FFmpeg-devel] [PATCH 2/5] x86: better share ff_pw_2

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

[FFmpeg-devel] [PATCH 2/5] x86: better share ff_pw_2

2014-08-06 Thread Christophe Gisquet
--- libavcodec/x86/constants.c | 2 -- libavcodec/x86/constants.h | 3 +-- libavcodec/x86/dwt_yasm.asm | 3 ++- libavcodec/x86/inline_asm.h | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/libavcodec/x86/constants.c b/libavcodec/x86/constants.c index ee3f1a5..bfb0ff3 100644