diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-10-30 01:11:14 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-11-02 15:22:34 +0100 |
commit | 61bc2bc7d428cafe45f6d9ab40e6c05262d307e9 (patch) | |
tree | ee077d154c2d10baa9dd5dbd72663169aa06233f /libavutil/x86/x86util.asm | |
parent | 012f73e271638430e035ca68f5803dc2356d6a3e (diff) | |
download | ffmpeg-61bc2bc7d428cafe45f6d9ab40e6c05262d307e9.tar.gz |
x86util: Add cpuflags_mmxext alias for cpuflags_mmx2
"mmxext" is a more sensible name and more common in outside projects.
Diffstat (limited to 'libavutil/x86/x86util.asm')
-rw-r--r-- | libavutil/x86/x86util.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/x86/x86util.asm b/libavutil/x86/x86util.asm index 4c6f4c63ab..761cea0a8e 100644 --- a/libavutil/x86/x86util.asm +++ b/libavutil/x86/x86util.asm @@ -23,6 +23,8 @@ ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ;****************************************************************************** +%define cpuflags_mmxext cpuflags_mmx2 + %include "libavutil/x86/x86inc.asm" %macro SBUTTERFLY 4 |