]> git.sesse.net Git - ffmpeg/commit
x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
authorMans Rullgard <mans@mansr.com>
Wed, 8 Aug 2012 12:51:52 +0000 (13:51 +0100)
committerMans Rullgard <mans@mansr.com>
Wed, 8 Aug 2012 23:58:20 +0000 (00:58 +0100)
commitc318626ce248e55df032146b16e8e0f4ed1d99fb
tree86039fb1b5e69e04487a3f219075cd0df9fa3fa4
parent122d5c526a43122b1f9ac9bce79e3938c8354e43
x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h

This puts x86-specific things in the x86/ subdirectory where they
belong.

Signed-off-by: Mans Rullgard <mans@mansr.com>
30 files changed:
libavcodec/msmpeg4.c
libavcodec/x86/ac3dsp_mmx.c
libavcodec/x86/cabac.h
libavcodec/x86/cavsdsp_mmx.c
libavcodec/x86/dnxhd_mmx.c
libavcodec/x86/dsputil_mmx.c
libavcodec/x86/dsputil_mmx.h
libavcodec/x86/dsputilenc_mmx.c
libavcodec/x86/fdct_mmx.c
libavcodec/x86/fmtconvert_mmx.c
libavcodec/x86/h264dsp_mmx.c
libavcodec/x86/idct_sse2_xvid.c
libavcodec/x86/lpc_mmx.c
libavcodec/x86/mlpdsp.c
libavcodec/x86/motion_est_mmx.c
libavcodec/x86/mpegaudiodec_mmx.c
libavcodec/x86/mpegvideo_mmx.c
libavcodec/x86/rv34dsp_init.c
libavcodec/x86/snowdsp_mmx.c
libavcodec/x86/vc1dsp_mmx.c
libavcodec/x86/vp56dsp_init.c
libavcodec/x86/vp8dsp-init.c
libavfilter/x86/gradfun.c
libavfilter/x86/yadif.c
libavutil/x86/asm.h [moved from libavutil/x86_cpu.h with 97% similarity]
libavutil/x86/cpu.c
libswscale/utils.c
libswscale/x86/rgb2rgb.c
libswscale/x86/swscale.c
libswscale/x86/yuv2rgb.c