]> git.sesse.net Git - ffmpeg/commit
x86: build: replace mmx2 by mmxext
authorDiego Biurrun <diego@biurrun.de>
Sun, 8 Jul 2012 16:42:12 +0000 (18:42 +0200)
committerDiego Biurrun <diego@biurrun.de>
Fri, 3 Aug 2012 20:51:05 +0000 (22:51 +0200)
commit239fdf1b4a3dd9decad157d4694837cffa917021
treea92ed88dd8a7bf975f10ff638f1fa2d256de657e
parent66adb7ce1bc1cc5e3f1c4b1cd9f20ac68086a486
x86: build: replace mmx2 by mmxext

Refactoring mmx2/mmxext YASM code with cpuflags will force renames.
So switching to a consistent naming scheme beforehand is sensible.
The name "mmxext" is more official and widespread and also the name
of the CPU flag, as reported e.g. by the Linux kernel.
38 files changed:
Doxyfile
configure
doc/APIchanges
libavcodec/dct-test.c
libavcodec/motion-test.c
libavcodec/x86/ac3dsp.asm
libavcodec/x86/ac3dsp_mmx.c
libavcodec/x86/cavsdsp_mmx.c
libavcodec/x86/dsputil_mmx.c
libavcodec/x86/dsputilenc_mmx.c
libavcodec/x86/h264_intrapred_init.c
libavcodec/x86/h264dsp_mmx.c
libavcodec/x86/motion_est_mmx.c
libavcodec/x86/mpegvideo_mmx.c
libavcodec/x86/mpegvideo_mmx_template.c
libavcodec/x86/pngdsp-init.c
libavcodec/x86/rv34dsp_init.c
libavcodec/x86/rv40dsp_init.c
libavcodec/x86/snowdsp_mmx.c
libavcodec/x86/vc1dsp_mmx.c
libavcodec/x86/vp3dsp_init.c
libavcodec/x86/vp8dsp-init.c
libavfilter/x86/gradfun.c
libavfilter/x86/yadif.c
libavutil/cpu.c
libavutil/cpu.h
libavutil/version.h
libavutil/x86/cpu.c
libswscale/swscale.c
libswscale/swscale.h
libswscale/utils.c
libswscale/version.h
libswscale/x86/rgb2rgb.c
libswscale/x86/rgb2rgb_template.c
libswscale/x86/swscale.c
libswscale/x86/swscale_template.c
libswscale/x86/yuv2rgb.c
libswscale/x86/yuv2rgb_template.c