Diego Biurrun <[email protected]> writes: > This separates code relying on inline from that relying on external > assembly and fixes instances where the coalesced check was incorrect. > --- > libavcodec/x86/ac3dsp_init.c | 15 +++++++-------- > libavcodec/x86/dsputilenc_mmx.c | 13 +++++-------- > libavcodec/x86/fft_init.c | 19 ++++++++----------- > libavcodec/x86/fmtconvert_init.c | 11 ++++++----- > libavcodec/x86/h264_intrapred_init.c | 23 ++++++++++------------- > libavcodec/x86/h264dsp_init.c | 29 ++++++++++++----------------- > libavcodec/x86/mpegaudiodec.c | 13 ++++++------- > libavcodec/x86/mpegvideoenc.c | 9 +++++---- > libavcodec/x86/pngdsp_init.c | 12 +++++------- > libavcodec/x86/proresdsp_init.c | 13 ++++++------- > libavcodec/x86/rv34dsp_init.c | 9 ++++----- > libavcodec/x86/rv40dsp_init.c | 11 ++++++----- > libavcodec/x86/sbrdsp_init.c | 11 +++++------ > libavcodec/x86/vp3dsp_init.c | 9 ++++----- > libavcodec/x86/vp56dsp_init.c | 7 +++---- > libavresample/x86/audio_convert_init.c | 15 +++++++-------- > libavresample/x86/audio_mix_init.c | 19 ++++++++++--------- > libavutil/x86/float_dsp_init.c | 7 +++---- > libswscale/utils.c | 20 +++++++++----------- > libswscale/x86/rgb2rgb.c | 9 +++++---- > libswscale/x86/swscale.c | 15 +++++++-------- > 21 files changed, 133 insertions(+), 156 deletions(-)
Probably OK. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
