Re: [libav-devel] [PATCH] [v3] x86: fix build without inline asm

2012-11-25 Thread Måns Rullgård
Diego Biurrun writes: > The qpel functions referenced here are not related to h264 and should > thus never have been under CONFIG_H264QPEL. > > Signed-off-by: Mans Rullgard > Signed-off-by: Diego Biurrun > --- > Now with more consistent inline asm block placement. Whatever you prefer, but if i

[libav-devel] [PATCH] [v3] x86: fix build without inline asm

2012-11-25 Thread Diego Biurrun
The qpel functions referenced here are not related to h264 and should thus never have been under CONFIG_H264QPEL. Signed-off-by: Mans Rullgard Signed-off-by: Diego Biurrun --- Now with more consistent inline asm block placement. libavcodec/x86/dsputil_mmx.c | 42 ++---