Re: [FFmpeg-devel] [PATCH 1/2] x86: dct-test: fix compilation for prores

2015-03-14 Thread Michael Niedermayer
On Sat, Mar 14, 2015 at 07:57:42AM +, Christophe Gisquet wrote: > When the decoder is deactivated, the x86-optimized versions are > not compiled, resulting in a link error. > > The C version is unaffected, as it is part of the idctdsp > subsystem. > --- > libavcodec/x86/dct-test.c | 8 ---

[FFmpeg-devel] [PATCH 1/2] x86: dct-test: fix compilation for prores

2015-03-14 Thread Christophe Gisquet
When the decoder is deactivated, the x86-optimized versions are not compiled, resulting in a link error. The C version is unaffected, as it is part of the idctdsp subsystem. --- libavcodec/x86/dct-test.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavcodec/x86/dc