Re: [FFmpeg-devel] [PATCH] checkasm: fix build with --enable-shared

2015-07-21 Thread James Almer
On 21/07/15 5:16 PM, Michael Niedermayer wrote: > On Tue, Jul 21, 2015 at 09:18:58PM +0200, Andreas Cadhalpun wrote: >> Signed-off-by: Andreas Cadhalpun >> --- >> libavcodec/bswapdsp.c | 4 >> libavcodec/bswapdsp.h | 1 + >> libavcodec/h264pred.c | 7 +++ >> libavcodec/h264pr

Re: [FFmpeg-devel] [PATCH] checkasm: fix build with --enable-shared

2015-07-21 Thread Michael Niedermayer
On Tue, Jul 21, 2015 at 09:18:58PM +0200, Andreas Cadhalpun wrote: > Signed-off-by: Andreas Cadhalpun > --- > libavcodec/bswapdsp.c | 4 > libavcodec/bswapdsp.h | 1 + > libavcodec/h264pred.c | 7 +++ > libavcodec/h264pred.h | 2 ++ > libavcodec/h264qpel.c | 5 + >

[FFmpeg-devel] [PATCH] checkasm: fix build with --enable-shared

2015-07-21 Thread Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun --- libavcodec/bswapdsp.c | 4 libavcodec/bswapdsp.h | 1 + libavcodec/h264pred.c | 7 +++ libavcodec/h264pred.h | 2 ++ libavcodec/h264qpel.c | 5 + libavcodec/h264qpel.h | 1 + tests/checkasm/bswapdsp.c | 2 +- tests/checkasm