x86: call most of the x86 dsp init functions under if (ARCH_X86)
authorJanne Grunau <janne-libav@jannau.net>
Fri, 5 Oct 2012 17:54:10 +0000 (19:54 +0200)
committerJanne Grunau <janne-libav@jannau.net>
Mon, 8 Oct 2012 09:54:05 +0000 (11:54 +0200)
commitf101eab1be1a296a1a048cd905edfcacc3b546ed
treeeb1de4a50acb63166fb01fc3fedd00946c322ce2
parentd19d01bf628124e6c93dd8c15d79cc5329f56943
x86: call most of the x86 dsp init functions under if (ARCH_X86)

Rename the called dsp init functions to *_init_x86.
22 files changed:
libavcodec/ac3dsp.c
libavcodec/dct.c
libavcodec/dct.h
libavcodec/fft.c
libavcodec/fft.h
libavcodec/fmtconvert.c
libavcodec/h264dsp.c
libavcodec/h264pred.c
libavcodec/lpc.c
libavcodec/mpegaudiodsp.c
libavcodec/mpegaudiodsp.h
libavcodec/pngdsp.c
libavcodec/proresdsp.c
libavcodec/rv34dsp.c
libavcodec/rv40dsp.c
libavcodec/sbrdsp.c
libavcodec/vp56dsp.c
libavcodec/vp8dsp.c
libavcodec/x86/Makefile
libavcodec/x86/fft_init.c
libavcodec/x86/mpegaudiodec.c
libavcodec/x86/rv40dsp_init.c