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? -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
