Re: [FFmpeg-devel] [PATCH 3/5] x86: hevc_mc: make WP proxy functions static

2014-08-25 Thread Christophe Gisquet
Hi, 2014-08-24 12:21 GMT+02:00 Michael Niedermayer : > On Sun, Aug 24, 2014 at 08:46:32AM +, Christophe Gisquet wrote: >> --- >> libavcodec/x86/hevcdsp.h | 8 +++- >> libavcodec/x86/hevcdsp_init.c | 4 ++-- >> 2 files changed, 5 insertions(+), 7 deletions(-) > > this seems to break b

Re: [FFmpeg-devel] [PATCH 3/5] x86: hevc_mc: make WP proxy functions static

2014-08-24 Thread Michael Niedermayer
On Sun, Aug 24, 2014 at 08:46:32AM +, Christophe Gisquet wrote: > --- > libavcodec/x86/hevcdsp.h | 8 +++- > libavcodec/x86/hevcdsp_init.c | 4 ++-- > 2 files changed, 5 insertions(+), 7 deletions(-) this seems to break build for x86-32 libavcodec/x86/hevcdsp_init.c: In function ‘ff

[FFmpeg-devel] [PATCH 3/5] x86: hevc_mc: make WP proxy functions static

2014-08-24 Thread Christophe Gisquet
--- libavcodec/x86/hevcdsp.h | 8 +++- libavcodec/x86/hevcdsp_init.c | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/libavcodec/x86/hevcdsp.h b/libavcodec/x86/hevcdsp.h index 839e052..df49269 100644 --- a/libavcodec/x86/hevcdsp.h +++ b/libavcodec/x86/hevcdsp.h @@