On 2012-10-07 19:40:09 +0100, Måns Rullgård wrote: > Janne Grunau <[email protected]> writes: > > > Rename the called dsp init functions to *_init_x86. > > --- > > libavcodec/ac3dsp.c | 2 +- > > libavcodec/dct.c | 4 ++-- > > libavcodec/dct.h | 2 +- > > libavcodec/fft.c | 2 +- > > libavcodec/fft.h | 2 +- > > libavcodec/fmtconvert.c | 2 +- > > libavcodec/h264dsp.c | 2 +- > > libavcodec/h264pred.c | 2 +- > > libavcodec/lpc.c | 2 +- > > libavcodec/pngdsp.c | 2 +- > > libavcodec/proresdsp.c | 2 +- > > libavcodec/rv34dsp.c | 2 +- > > libavcodec/rv40dsp.c | 2 +- > > libavcodec/sbrdsp.c | 2 +- > > libavcodec/vp56dsp.c | 2 +- > > libavcodec/vp8dsp.c | 2 +- > > libavcodec/x86/Makefile | 31 ++++++++++++++++--------------- > > libavcodec/x86/fft_init.c | 4 ++-- > > 18 files changed, 35 insertions(+), 34 deletions(-) > > Are all of these free of inline asm?
no ac3dsp, lpc mpegaudiodec and rv40 have inline asm. except rv40 which I missed the inline asm is under the correct #if HAVE_$EXT_INLINE. I'll amend the patch for rv40. Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
