Re: [FFmpeg-devel] [PATCH] avcodec/x86/mpegaudiodsp: correct asm guards

2015-08-22 Thread Michael Niedermayer
On Fri, Aug 21, 2015 at 01:43:43PM -0400, Ganesh Ajjanagadde wrote: > Fixes -Wunused-function warnings when compiling with --disable-yasm on x86. > > Signed-off-by: Ganesh Ajjanagadde > --- > libavcodec/x86/mpegaudiodsp.c | 2 ++ > 1 file changed, 2 insertions(+) applied thanks [...] -- Mich

[FFmpeg-devel] [PATCH] avcodec/x86/mpegaudiodsp: correct asm guards

2015-08-21 Thread Ganesh Ajjanagadde
Fixes -Wunused-function warnings when compiling with --disable-yasm on x86. Signed-off-by: Ganesh Ajjanagadde --- libavcodec/x86/mpegaudiodsp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/x86/mpegaudiodsp.c b/libavcodec/x86/mpegaudiodsp.c index 2723167..298dc2d 100644 --- a/